Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Flutter & Dart -  Complete App Development Course
Flutter & Dart -  Complete App Development Course

Flutter & Dart - Complete App Development Course: Build Feature-Rich Mobile Apps with Flutter and Dart

Arrow left icon
Profile Icon Paulo Dichone
Arrow right icon
€82.99
Video May 2024 16hrs 52mins 1st Edition
Video
€82.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Paulo Dichone
Arrow right icon
€82.99
Video May 2024 16hrs 52mins 1st Edition
Video
€82.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€82.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want

Key benefits

  • Comprehensive coverage from basic setup to advanced application building
  • Project-based learning with real-world applications as examples
  • In-depth modules on state management and API integration

Description

Begin by mastering the Flutter development environment across multiple operating systems, including detailed setup instructions for both Windows and Mac, coupled with configuring the Visual Studio Code IDE. This foundational knowledge will empower you to bring your first Flutter app to life, serving as a steppingstone for more sophisticated projects. As you progress, delve into the intricacies of Flutter widgets, distinguishing between stateful and stateless types and mastering state management to enhance app functionality. Through hands-on projects like the Fortune Cookie and Tip Calculator apps, you'll apply these concepts in real-world scenarios, learning to integrate complex functionalities such as JSON parsing and advanced form handling. The course deepens with a focus on state management using the Provider package, where you'll manage app data effectively and explore Firebase to implement real-time database interactions. Advanced sections cover navigation, data persistence with SQLite, and handling JSON from APIs, rounding out your skills to build complex, scalable applications. This course equips you with the comprehensive skills needed to excel in the dynamic field of mobile technology, making it an ideal choice for both budding developers and seasoned professionals looking to enhance their toolkit.

Who is this book for?

This course is ideal for software developers, mobile app developers, and anyone interested in mastering Flutter and Dart. Participants should have basic programming knowledge and familiarity with mobile app development concepts.

What you will learn

  • Set up a Flutter development environment on Windows and Mac
  • Implement robust state management using the Provider package
  • Build complete applications like a Movie App and Water Tracker
  • Develop user interfaces using Flutter's rich widget system
  • Connect your apps to external APIs for dynamic data processing
  • Persist data using SQLite databases and Firebase Realtime Database

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 14, 2024
Length: 16hrs 52mins
Edition : 1st
Language : English
ISBN-13 : 9781836203735
Category :
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want

Product Details

Publication date : May 14, 2024
Length: 16hrs 52mins
Edition : 1st
Language : English
ISBN-13 : 9781836203735
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 154.97
Flutter & Dart -  Complete App Development Course
€82.99
Hands-On Ethical Hacking Tactics
€37.99
Flutter Cookbook, Second Edition
€33.99
Total 154.97 Stars icon

Table of Contents

11 Chapters
Introduction Chevron down icon Chevron up icon
Windows - Flutter Development Environment Setup Chevron down icon Chevron up icon
MAC - Flutter Development Environment Setup Chevron down icon Chevron up icon
Setup Visual Studio Code and Running the First Flutter App Chevron down icon Chevron up icon
Why Flutter - Benefits and Motivation Deep Dive Chevron down icon Chevron up icon
Flutter Widgets - Stateful and Stateless Widgets Deep Dive Chevron down icon Chevron up icon
Flutter State Management - Provider & Improving Previous Apps Chevron down icon Chevron up icon
Flutter Navigation - Parsing JSON Files, Listview Widget - Build a Movie App Chevron down icon Chevron up icon
Data Persistence with SQLite Database & Parsing JSON From APIs - Book Tracker Chevron down icon Chevron up icon
Introduction to the Book Tracker App - Demo
Hands-On - Create the Book Reader Project & Adding the BottomNavigationBar
Hands-On - Setting up the onTap for NavigationBarItem
Hands-On - Creating All Screens and Showing On BottomNavItem Clicked
The Google Books API Endpoint - Overview
Hands-On - Create the Book Model Class
Hands-On - The Network Class
Hands-On - Getting JSON Payload and Showing in the Console
Hands-On - Create a List of Book Objects Mapped into Objects & Show Them
Dart Basics - Control Flow - Branching
Dart Basics - The NOT Operator
Dart Basics - TryCatch and Exceptions
Hands-On - Showing Book Searches on a Listview
Hands-On - Adding a Gridview and Showing Book Images
Hands-On - Add Titles and Authors and Fix the Overflow Issue
Hands-On - Add GestureDetector and Named Routes - Show Details Screen
Hands-On - Add BookDetailsArgument & Pass a Book Object & Null Safety in Flutter
Hands-On - Add Image and Book Title to DetailsScreen
Hands-On - Refactor GridView Widget
Hands-On - Add Buttons and Description of the Book
Introduction to Databases - SQLite & Creating the SQLite Database Helper Class
Hands-On - Add onCreate Function to Create a Table
Hands-On - Add Insert and ReadAll Books Methods
Hands-On - Save Book & Read Books
Hands-On - Show Saved Books in the Saved Screen
Hands-On - Add ToggleFavorite Status Method
Hands-On - Add Books to Favorite
Hands-On - Delete Book
Hands-On - Save and Show Favorites
Hands-On - Adjust Favorites & Save Buttons Dynamically
Hands-On - Simplify Showing the Save or Favorites Buttons
Hands-On - Toggle the isFavorite and Change the Icon and Text on the UI
Section Summary
Firebase Realtime Database with HTTP Request - Water Intake Tracker Chevron down icon Chevron up icon
Wrapup Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.