I have used the flutter_flavorizr package to generate the prod and dev versions of the app, and it works great.
But the issue is, every time I run the command flutter pub run flutter_flavorizr, it regenerates/adds all the default dart files. The changes in main.dart and flavors.dart are lost.
Is there any way to stop regenerating the dart files?
I have used the flutter_flavorizr package to generate the prod and dev versions of the app, and it works great.
But the issue is, every time I run the command
flutter pub run flutter_flavorizr
, it regenerates/adds all the default dart files. The changes inmain.dart
andflavors.dart
are lost.Is there any way to stop regenerating the dart files?