- Chore: Updated to support Dart 3
- Fix: Fixed an issue with the template that caused the minIosVersion to be hardcoded to 9.0. (now defaults to 14.0)
- Chore: Updated the kotlin and gradle version to 1.7.10 and 7.5 respectively.
- Refactor: Changed the Android SDK version defaults:
minSdkVersion
:flutter.minSdkVersion
->24
targetSdkVersion
:flutter.targetSdkVersion
->30
compileSdkVersion
:flutter.compileSdkVersion
->33
- Feat: Allow setting the minimum ios version using minIosVersion property. (defaults to 13.0)
- Chore: Updated CI badge to refer to the new CI process.
- Initial release.