Course curriculum
-
01
Getting Started
Show details- Installing Flutter
- Setting up Flutter for Android development
- First App: Hello, Flutter!
-
02
Layout Basics
Show details- Intro to layout widgets in Flutter
- Aspect ratio and expanded widgets
- Creating equal containers
- Fractionally sized boxes
-
03
Routing in Flutter
Show details- Simple routing
- Named routes
-
04
Flutter and Web Requests
Show details- Setting up the project
- Data modeling with dummy data
- Working with lists and debugging
- Working with card widgets and themes
- Server Source Code
- Styling widgets and working with the chip widget
- JSON serialization
- HTTP requests
- Future builders
- Radcode Source Code
-
05
Writing Native Code
Show details- Understanding the Android Flutter architecture
- Building the UI for native Flutter app
- Working with channel methods
- Android Native AND Understanding Flow
- Android native part 2
- iOS native implementation