Description
In this course, you will :
- Create apps for Android, iOS, Web, and Desktop.
- Learn about the cross-platform frameworks Dart and Flutter.
- Finish a portfolio-ready project with detailed instructions.
- Dart and Flutter network requests, UI creation, and more.
- Understand the fundamentals of widgets and lay a solid foundation.
Syllabus :
1. Dart Programming
- Introduction to Dart & its Types
- Introduction to Dart Functions
- Introduction to Dart Conditionals
- Introduction to Dart Loops
2. Installation of Flutter
- Installation of Flutter
3. Flutter Fundamentals
- Creating your first Flutter project
- Hello World app in Flutter
- Introduction to Widgets
- Creating Widgets and layouts
4. Building a Flutter Project - HTTP requests, JSON parsing and more!
- Building an app in Flutter
- Setting up the project
- Navigation in Flutter
- Using http for API calls in Flutter
- Parsing JSON in Flutter
- Showing data in UI
- Improving the UI
- Updating with a Stateful Widget