flavor_tools 1.0.5 copy "flavor_tools: ^1.0.5" to clipboard
flavor_tools: ^1.0.5 copied to clipboard

Easily create and manage application flavors

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.4

or

$ dart pub add flavor_tools

Get started #

$ dart pub run flavor_tools create -p com.example.app -f flavorName -d "App display name"

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
1
likes
120
pub points
22%
popularity

Publisher

unverified uploader

Easily create and manage application flavors

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, collection, xcode_parser, xml

More

Packages that depend on flavor_tools