Please add flavors feature to Framework #44
Answered
by
agordn52
yunusemrecetin
asked this question in
General
-
When we started a new project with Flutter. Firstly we configured the flavors then we started the development. If possible; the framework must support flavors. |
Beta Was this translation helpful? Give feedback.
Answered by
agordn52
Feb 22, 2023
Replies: 1 comment 3 replies
-
Hi @yunusemrecetin, You can configure flavours/environments using different E.g. flutter run/build --dart-define=ENV_FILE_PATH=.env.production
// or
flutter run/build --dart-define=ENV_FILE_PATH=.env.developing I hope that answers your question 👌 Anthony |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @xsorifc28,
Thanks for highlighting this, it's now fixed in v4.1.3 (nylo_framework).
Update your pubspec.yaml file to use the above version.
E.g.
Then, check out the new docs on environment flavours here, hope that helps.
Thanks,
Anthony