Skip to content

abraralidev/Cybex-Batch-5

Repository files navigation

Cybex Flutter Development Content

  • Widgets
  • Two types of widgets
    • Stateful widgets
    • Stateless widgets
  • Stateful widgets
  • Stateless widgets
  • Main Function in Flutter
  • MaterialApp Widget
  • Scaffold Widget
  • AppBar Widget
  • Text widget
  • Icon widget
    • color
  • AppBar widget
    • backgroundColor
    • leading
    • title
    • actions
  • Row widget
    • mainAxisAlignment
    • crossAxisAlignment
  • Column widget
    • mainAxisAlignment
    • crossAxisAlignment
  • AppBar widget
    • backgroundColor
    • leading
    • title
    • actions
    • centerTitle
    • elevation
  • Row

    • How to use row explain in detail with example
  • Column

    • How to use column explain in detail with example
  • ElevatedButton widget
    • onPressed
    • child
  • image widget
    • image
    • fit
    • width
    • height
    • NetworkImage
  • Scaffold Widget
    • drawer widget
    • floatingactionbutton widget
  • How to make & use separate dart file
  • image.asset widget
  • Expanded widget
  • Stack
    • alignment
  • SingleChildScrollView
    • scrollDirection
  • sizedbox
  • drawer
    • ListView
    • DrawerHeader
  • ListTile
    • leading
    • title
    • onTap
    • trailing
    • tileColor
  • CircleAvatar
    • backgroundImage
    • radius
  • Navigator
  • Navigator.push
  • Navigator.pushreplacement
  • MaterialPageRoute (For Next Screen)
  • Counter App with StatefullWidget
  • Bottom NavBar
  • ListView.Builder
  • MediaQuery
  • How to Make List and show data in Widget