FreeMobile Development
Flutter
Ship real Android and iOS apps from one codebase: build a to-do app, a weather app, an Instagram clone, a WhatsApp clone, and a full-stack Amazon clone in Flutter, then publish to Google Play and the App Store.
Learn Dart, the language Flutter is built on: types, null safety, collections, and async code.
- What Dart is and why Flutter is built on it
- Dart's statically-typed, multi-platform design
- How Dart compiles to native code and JavaScript
- Variables, data types, and null safety in Dart
- Functions, classes, and object-oriented Dart
- Collections: lists, maps, and sets
- Async programming with Future and async/await
- Exception handling and control flow