Angelo Cassano
Angelo Cassano
Hi @kiaxseventh , since Flutter doesn't really want to support flavors for Flutter web it's a bit tricky to manage all the surrounding stuff directly by flutter_flavorizr. Anyway, it's still...
Hello @LinHaoLove , can you please elaborate on your concerns about internationalization?
@LinHaoLove after you ran the flavorizr, you can customize the app_name directly in strings.xml according to the destination language for Android and using a custom .plist file for iOS.
You need to define three times seven different flavors, each one for your particular destination at this time.
Hi @xpwmaosldk , can you customize these settings manually after you ran flutter_flavorizr?
No, flutter_flavorizr is not meant to be run multiple times at the moment
Sounds like you haven't touched the ide processors, so this merge request should break them.
@dim-apparence please take a look at these files: https://github.com/AngeloAvv/flutter_flavorizr/blob/master/lib/processors/ide/vscode/vscode_launch_processor.dart https://github.com/AngeloAvv/flutter_flavorizr/blob/master/lib/processors/ide/idea/idea_launch_processor.dart Each IDEProcessor creates a custom entrypoint referencing the proper main-_flavorname_.dart file. If you edit this file without changing the behavior...
Hi @Rameshv , this looks weird. flutter_flavorizr checks if a previously defined build phase was there, and if so, it removes it and readds with the updated references. Maybe you...
Hi @stefandevo , this plugin is mainly intended to easily flavorize mobile applications for android and ios. What do you mean by running flutter for macOS, are you talking about...