Introduction
  • About us
  • About us
Environment Setup
  • Flutter Installation
Getting Started
  • Creating a basic interface
  • Creating classes to organize the code
  • Adding logic to the design
Commonly used widgets
  • Appbar, Icon, Center
  • Colors, Container, Gesture Detectors, Snackbar, Gradients
  • Text, Row, Column, SingleChildScrollView
  • Flexible v/s Expanded
  • ListTile, ListViews, Padding
Stateful and Stateless Widgets
  • Stateful v/s Stateless Widgets
Working with Forms
  • Form Elements
  • Form Validation
  • Form Submission
Navigation through screens
  • push() function
  • pop() function
  • pushReplacementNamed() and popAndPushNamed() functions
  • popUntil() function
  • pushNamedAndRemoveUntil() function
JSON Parsing
  • Prasing simple JSON
  • Parsing JSON containing Array
  • Parsing Nested JSON
Earthquake App
  • Basic UI
  • Future Builder
  • Http Request for getting data