Skip to content

Releases: timthetimber/mobile_icon_switcher

v1.1.1

27 Sep 06:57
Compare
Choose a tag to compare

Minor fix in the Git repo, I missed updating the Changelog as well as wrongly named the release :(

Added Reset functionality

26 Sep 21:09
Compare
Choose a tag to compare

Reset Functionality added:

To revert the app icon to its default after you have completed the iOS and/or Android Setup mentioned above, you can simply call this method:

await MobileIconSwitcher.resetIcon();

This method doesn’t require any arguments. Calling this will reset the app icon to the default one set in your project, whether you’re on iOS or Android. Remember to handle any possible errors that might occur while resetting, ensuring a smooth user experience.

Note: For IOS there is a real option to reset the App's icon for Android, there isn't therefore I will just set the Default Component as the "new" App Icon.

v1.0.0

28 Jun 20:09
55d7c9d
Compare
Choose a tag to compare

First automated publish