
Welcome to the course!
In this video, we introduce the objectives of the course and learn about what Flutter is, the language we write code in, and about the instructor.
Explore how to create and call Dart functions, pass positional and named parameters, use required and default values, and return values.
Install flutter on Windows seven or later by downloading the Flutter SDK, extracting it to a flutter folder, updating environment variables, and verifying the setup with flutter doctor.
Explore API calls in Flutter, fetch JSON data from the internet, and update the UI. Build a navigable, data-driven app and prepare for backend communication and gateway integration.
Explore how to convert stateless to stateful widgets in Flutter, manage state with setState, and update the user interface reactively as data changes via button interactions.
Welcome to Complete Course in Flutter App Development!
This course is for beginners and anyone curious to learn cross-platform mobile development in 2023.
The course is new and updated to the latest version!
Enroll now and get access to:
Over 1.5 hours of exclusive Flutter content to help you get started as a cross-platform developer.
Dedicated section to Dart programming to learn essential concepts.
Advance topics on HTTP requests, JSON parsing, Navigation, and more in the same course.
From Beginner to Flutter Developer with Just One Course
We know that you're here because you value your time. If you wanted to watch someone program for hours and hours without explaining what they're doing, you'd be on YouTube.
By getting this course, you can rest assured that the course is carefully thought out and edited. There are beautiful animations that explain all the difficult concepts and we're always on hand to answer student questions.
So by the end of the course, you'll completely understand:
Fundamental Flutter concepts e.g. Stateful vs. Stateless Widgets, Widget tree, and much more.
Fundamental Dart concepts e.g. lists, maps, and more.
Control Structures: Using If/Else clauses, and logic to control the flow of execution.
Software Design: How to organize and format code for readability.
Networking: How to make asynchronous API calls, store and retrieve data from the cloud, and use the JSON format for server communication.