Last updated:
0 purchases
flavor tools
Flavor Tools #
Installation #
Incorporate the package into your Dart or Flutter project by adding it as a dependency in your pubspec.yaml file:
dependencies:
flavor_tools: ^1.0.6
copied to clipboard
or
$ dart pub add flavor_tools
copied to clipboard
Get started #
$ dart pub run flavor_tools create -p com.example.app -f flavorName -d "App display name"
copied to clipboard
Additional
-t [TeamId] - include TeamId to flavor.
--iconsLauncher=true - if using package flutter_launcher_icons for flavors.
-x [path/to/Runner.xcodeproj/project.pbxproj]
Run flavor #
$ flutter run --flavor=flavorName
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.