Releases: codenameakshay/async_wallpaper
Releases · codenameakshay/async_wallpaper
2.1.0
What's Changed
- Crash on android 14 while setting live wallpaper fixed. by @naeem-shah in #36
- Added open wallpaper chooser function by @guyluz11 in #41
New Contributors
- @naeem-shah made their first contribution in #36
- @guyluz11 made their first contribution in #41
Full Changelog: 2.0.3...2.1.0
2.0.3
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- 2.0.2 | Fix: add timeout in goToHome + add toasts by @codenameakshay in #18
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- 2.0.1 | Fix: Update to Flutter 3.3.3 + Android 13 by @codenameakshay in #13
Full Changelog: 2.0.0...2.0.1
2.0.0
2.0.0
- Add support for Android 13
- Add a new bool parameter goToHome to all methods
- Breaking change - All methods now return a bool instead of String, to make error handling easier
- Breaking change - All methods now accept named parameters instead of positional parameters
- Fixed documentation