
Meet the contributors who lead mobile application development, android apps, and research, sharing experiences building apps from scratch and mentoring communities.
Learn to add icons and text to the app bar in Flutter, place them for navigation in the top right or center, and adjust elevation to control height and shadow.
Explore building dynamic lists in Flutter using ListTile and ListViews, with leading icons, titles, and optional trailing widgets, plus padding and margin via edge insets.
Explore the Flutter pop() navigation function, managing screen stacks with navigator.of(context).pop(), handling back button presses, and using WillPopScope with a confirmation dialog to quit.
Learn the popUntil function in Flutter navigation, which pops screens on the stack until a specified screen, enabling back navigation and discarding unsaved data.
Learn to build a simple Flutter UI with scaffold and containers, add styling, and wire an earthquake API from a US government source via a reusable API class.
Deliverables
This course will give you an understanding of how can we create a mobile application using Flutter. The following are some of the topics covered in this course:
Setting up environment
Building basic UI
Adding logic to the code
Know basic Widgets used in Flutter
Form elements, validation and submission
Navigation through screens
Working with JSoN data
Building a complete application
What you’ll learn
Dart
Flutter
Are there any course requirements or prerequisites?
No requirements.