at_app_create 0.4.0 at_app_create: ^0.4.0 copied to clipboard
A library to build your own custom implementation of flutter create.
0.4.0 #
- Chore: Updated to support Dart 3
0.3.0 #
- Fix: Fixed an issue with the template that caused the minIosVersion to be hardcoded to 9.0. (now defaults to 14.0)
0.2.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
0.1.1 #
- Feat: Allow setting the minimum ios version using minIosVersion property. (defaults to 13.0)
0.1.0+1 #
- Chore: Updated CI badge to refer to the new CI process.
0.1.0 #
- Initial release.