Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 734 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 734 Bytes

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.