flutter_flavor_gen 0.1.2 copy "flutter_flavor_gen: ^0.1.2" to clipboard
flutter_flavor_gen: ^0.1.2 copied to clipboard

CLI tool to generate Flutter flavors — Dart files, Android build.gradle, and iOS schemes.

0.1.2 #

  • Added dartdoc comments to all public API elements

0.1.1 #

  • Fixed iOS scheme generation: flavor schemes are now copied from Runner.xcscheme instead of a hardcoded template, ensuring correct BlueprintIdentifier, up-to-date scheme format, and automatic inheritance of lldbInitFile for Flutter debug mode on iOS
  • Added patchRunnerScheme() to insert lldbInitFile into Runner.xcscheme if missing

0.1.0 #

  • Initial release
  • create: generates Dart flavor files, Android build.gradle product flavors, iOS schemes + build configurations, and Android Studio run configurations
  • add-flavor: safely adds a new flavor to an existing setup
  • update: updates a single parameter value for a flavor
  • remove-flavor: removes a flavor and reverts all generated files
1
likes
150
points
182
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tool to generate Flutter flavors — Dart files, Android build.gradle, and iOS schemes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, interact, path

More

Packages that depend on flutter_flavor_gen