Skip to content

huyenph/FRD

Repository files navigation

FRD Mobile App - Using BloC, Clean Architecture, Getit, etc, ...

Project Structure

Visual Studio Code

You would need to have the latest version of VS Code.

Then add the block below to your launch.json file and put it inside the .vscode folder in your app’s root directory.

  {
    "name": "flavor-prod",
    "request": "launch",
    "type": "dart",
    "program": "lib/main_prod.dart",
    "args": [
      "--flavor",
      "prod",
    ]
  },

Terminal

Development: flutter run --flavor dev -t lib/main_dev.dart
Staging: flutter run --flavor stag -t lib/main_stag.dart
Production: flutter run --flavor prod -t lib/main_prod.dart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published