# Flutter

2 min read, 225 words dartfluttermobileappdevelopment

SDK for building natively compiled apps for mobile, web and desktop

  • Follow the conventions of code organization
  • Everything is a widget
    • each Widget has a build method, just like react has render()
  • Material design comes with flutter
Tooling description
xcode will give you iOS simulator
android sdk android simulator

# Layouts in Flutter

component description
Column top to bottom
Row left to riht
Stack use stacks

# Widgets class

  • StatelessWidget and StatefulWidget class has build methods, which gets re-ccomputed on state change like react.
  • every build method has a build context passed to it.

# Practical flutter

# Routes Management

  • homeroute is the default route

types of routing

  1. Ananymous routing
  2. Named routing
  3. Generated routing, more professional version

Subscribe to our Newsletter

If you like my work and think it was helpful kindly support my work


Buy Me A Coffee