Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 317 Bytes

File metadata and controls

20 lines (13 loc) · 317 Bytes

Contributing

Thanks for your interest in contributing!

Setup

flutter pub get
flutter run

Style

  • Keep code formatted with dart format (or your IDE formatter)
  • Prefer feature-first structure under lib/features/

PRs

  • Keep PRs small and focused
  • Include screenshots when changing UI