ui_background_task 0.2.0
ui_background_task: ^0.2.0 copied to clipboard
A Flutter iOS plugin to begin and end a UI Background task. It helps finishing long tasks up to 30s after the app is pushed to background.
0.2.0 #
- Fix error when
taskStopWatchTimer
attempted to be disposed twice - Updated sdk: ">=3.5.0 <4.0.0"
- Updated flutter: ">=3.24.0"
- Updated plugin_platform_interface: ^2.1.8
- Updated stop_watch_timer: ^3.2.1
0.1.3 #
- Updated description
0.1.2 #
- Bumped rxdart and stop_watch_timer
0.0.3 #
- Added fix for background task being created after kAppBackgroundTimerDuration.
- Added rxdart: ^0.26.0
0.0.2 #
- Added UIBackgroundTask class to cancel tasks before 30 seconds.
0.0.1 #
- Initial Open Source release.