Flutter Tips
Keyboard Shortcuts
Keyboard Shortcuts
Pcs - Command Palette
.c - Insert imports
Terminal Commands
Terminal Commands
flutter pub get
Null Safety
Null Safety
? - variable can accept null
! - variable is not null
late - variable is initialize later at runtime