Skip to content

Instantly share code, notes, and snippets.

@BarDev
Last active March 15, 2020 23:28
Show Gist options
  • Save BarDev/cdaf9e13c4ca91c706a57b3a1ec7951b to your computer and use it in GitHub Desktop.
Save BarDev/cdaf9e13c4ca91c706a57b3a1ec7951b to your computer and use it in GitHub Desktop.

Flutter Notes

Google - Flutter.Dev https://flutter.dev/

Widgets

Common Widgets

  • Layout—Row, Column, Scaffold, Stack
  • Structures—Button, Toast, MenuDrawer
  • Styles—TextStyle, Color
  • Animations—FadeInPhoto, transformations
  • Positioning and alignment—Center, Padding

Two categrories of widgets

  • Stateless
  • Stateful

Video - VS Code Extensions Every FLUTTER Developer Should Have + Bonus Theme & Fonts

Flutter Dev w/ VS Code and Docker

MISC

Mapping

Flutter Commands

flutter doctor

flutter create <app_name>

flutter emulators <app_name>

flutter run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment