CollAction cross-platform AdminCMS project (iOS/Android/Web).
In order to generate code related to freezed
, injectable
, json_serializable
, etc. choose a
command to run when you need to build or re-build these files:
The watch command keeps re-building generated files. It is generally not recommended to use.
flutter pub run build_runner watch --delete-conflicting-outputs
If you want to build once you are done with your changes, to build generated files once run this command, it's preferred.
flutter pub run build_runner build --delete-conflicting-outputs
We use an environment file called .env
to define secrets used in the application. `
These secrets are bundled with the application at build-time.
Make a copy of the .env.example
file, name it .env
and fill out the missing secrets.
TBD
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.