Flutter Tips

Keyboard Shortcuts

  • Pcs - Command Palette

  • .c - Insert imports



Terminal Commands

  • flutter pub get


Null Safety

  • ? - variable can accept null

  • ! - variable is not null

  • late - variable is initialize later at runtime