AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
456 stars 81 forks source link

What's the point of --flavor? #193

Closed micheljung closed 1 year ago

micheljung commented 1 year ago

I'd understand:

flutter run --flavor <flavorName> -t lib/main.dart

or:

flutter run -t lib/main_<flavorName>.dart

but setting both:

flutter run --flavor <flavorName> -t lib/main_<flavorName>.dart

Seems a bit pointless.

micheljung commented 1 year ago

Not an issue, opened a discussion instead: https://github.com/AngeloAvv/flutter_flavorizr/discussions/194