- Update deprecated Ruby code in iOS script.
- Update to Gradle 7.3.0.
- Update to Kotlin 1.7.20
- Breaking change. Gradle 4.0+ is needed on Android.
- Added support for dart null sound safety
- Update Android Plugin
- Fix unable to default to .env
- Add method for tests
- Breaking change. reading the envfile has been moved from /tmp/envfile
to the root project directory. you need to change your pre-action scripts from
echo ".env" > /tmp/envfile
toecho ".env" > ${SRCROOT}/.envfile
- Update documentation for iOS
- Fix Product name
- Update documentation for iOS
- Use a singleton pattern for FlutterConfig class
- Add some notes to iOS readme.
- Use the latest Gradle and Kotlin verision
- Improve Documentation and example
- Add support for numbers in Android Build Flavors
- Fix - Allowing urls in xcconfig for iOS
- Clean up logs
- Add Documetation
- Initial version