- Add
showAlert
option tosetAlternateIconName
to hide the icon change alert on iOS using a private API- Default is
true
meaning it uses the normal API by default and it is opt-in and at your own risk to use the private API - Thanks to @Flucadetena for the PR #17
- Default is
- Update
targetSdkVersion
to 31 for android
- Update sdk dependencies to support null safety (Thanks to @nohli PR #12)
- Fix pubspec.yml (plugin was at the wrong place)
- Upgrade to AndroidX (both in plugin and example)
- Upgrade to Flutter SDK 1.22.4
- Upgrade to the new Android Platform Plugin V2
- Fix passing
null
tosetAlternateIconName
to revert to the original icon (Fixes #2)
- Can change batch number on app icon
- Update description and changelog
- AppIcon changing working on iOS