- Fixed add_firebase_build_phase script output paths
- Fixed "Unable to load contents of file list"
- Fixed misleading error message: The following fields were missing
- Fixed destination to macosDestination in FirebaseProcessor
- Fixed PathNotFoundException: Cannot open file, path = '.idea/runConfigurations/main__dart.xml' (OS Error: No such file or directory, errno = 2)
- Fixed 'flavorDimensions' is deprecated
- Added support for generating android adaptive icons
- Added support for buildConfigFields
- Added XcodeprojProcessor to verify the existence of the xcodeproj gem
- Bumped dependencies
- Fixed platform optionals error due to eager processors initialization
- Added support to macOS
- Added common resValues for Android
- Changed the way flutter_flavorizr reads the instructions: from the flavorizr.yaml as a main source and pubspec.yaml as fallback
- main.dart generated more seamlessly
- BREAKING: Android and iOS definitions are no longer required: must remove definitions if they're unused
- Create file path if not existing when copying icon sets
- Set letters lowercase when created flavors
- Bumped dependencies
- Updated copyright version
- Json serializable build runner setup
- Bumped dependencies
- Added CFBundleDisplayName in Info.plist to show the proper name for iOS apps
- Bumped dependencies
- Added Android custom properties/config to flavors
- Relaxed first app entry checks
- New naming conventions for flutter_lints
- New README section: Docs and Tutorials
- Bumped dependencies
- Added resValues directive to declare resValues in build.gradle for each flavor (Android)
- Added variables directive to declare variables in xcconfig for each flavor (iOS)
- Bumped dependencies
- Added icon directive to generate icons for each flavor
- Bumped dependencies
- Added flavor banner in the top-left corner
- Disabled override of the launchScreen attribute in Info.plist if its processor is not specified
- Removed blank line generation at the end of the build.gradle file on every run
- Code refactoring
- Bumped dependencies
- Migration to Flutter 2
- Added FirebaseProcessor to plug Firebase configurations
- Added AndroidBuildGradleProcessor idempotency
- Bumped dependencies
- Updated LICENCE
- Fixed README
- Added buildConfig param in iOS configuration
- Added program argument in vscode configuration
- Added dash in iOS configuration
- Bumped dependencies
- Bumped dependencies
- Bumped dependencies
- Added processors param to the command line
- Added IDE processors (vscode and idea)
- Updated README
- Fixed zip asset extraction using sync
- Fixed zip asset creation with recursive param
- First release!