firebase_flavors 2.0.1
firebase_flavors: ^2.0.1 copied to clipboard
A Dart CLI tool for configuring Firebase for multiple Flutter flavors.
2.0.1 #
Run dart format to fix formatting errors for CI workflow.
2.0.0 #
Breaking Changes #
Remove iosBundleId in favor of iosBundleSuffix
The behavior was changed to match the behavior of androidPackageSuffix.
Instead of supplying the full bundle ID, just supply the suffix. e.g.
iosBundleId: com.example.app.dev becomes iosBundleSuffix: .dev
1.1.0 #
Added #
- New
set-project-idscommand to set Firebase project IDs in the configuration file--from-files: Auto-detect project IDs from existinggoogle-services.jsonorGoogleService-Info.plistfiles--from-firebase: Interactive selection from Firebase CLI projects list--interactive: Prompt for project IDs interactively--project-ids: Direct specification via command line asflavor:project-idpairs
Changed #
- Improved argument parsing and command handling architecture
- Enhanced error messages and command usage information
Documentation #
- Updated README with comprehensive documentation for the new
set-project-idscommand - Added examples demonstrating different ways to use the new command
1.0.0 #
- Initial version.