| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-31 | 935 Bytes | |
| v0.9.0+3 - Bug Fixes source code.tar.gz | 2025-08-31 | 3.4 MB | |
| v0.9.0+3 - Bug Fixes source code.zip | 2025-08-31 | 3.4 MB | |
| Totals: 3 Items | 6.8 MB | 2 | |
Bug Fixes
This release fixes critical issues with Android initialization and iOS build compatibility.
Changes
🐛 Bug Fixes
- Android: Fixed PlatformException "You have not properly initialized the Flutter WorkManager Package" on first run (#645)
- Properly updates
currentDispatcherHandlewheninitialize()is called -
Thanks to @jonathanduke for reporting and providing the initial fix
-
iOS: Fixed build errors with Logger availability (#641)
- Added iOS 14.0 availability annotations to
LoggingDebugHandler - Thanks to @Hackmodford for reporting the issue
📚 Documentation
- Added iOS 14.0 minimum deployment target requirement to documentation (#639)
Published Packages
workmanagerv0.9.0+3workmanager_androidv0.9.0+2workmanager_applev0.9.1+2workmanager_platform_interfacev0.9.1+1
Closed Issues
- Fixes [#645], [#641], [#639]
- Closes [#646], [#642]