AlexMtz
11/6/2018 - 4:16 PM

Flutter project structure

Structure for a flutter project app example

- app
  | - android
  | - ios
  | - lib
    | - main.dart
    | - common
      | - card-codes.dart
      | - code-history.dart
    | - pages
      | - rewards-page.dart
      | - codes-page.dart
      | - settings-page.dart
  | - test
  - app.iml
  - app_android.iml
  - pubspec.lock
  - pubspec.yaml
  - README.md