taskgate_sdk 1.0.7
taskgate_sdk: ^1.0.7 copied to clipboard
TaskGate SDK for Flutter - integrate with TaskGate to receive task requests and report completion.
Changelog #
1.0.7 - 2026-01-01 #
- Release version 1.0.7
1.1.0 - 2026-01-01 #
Fixed #
- Cold Start Race Condition:
taskStreamnow replays the pending task to new subscribers, solving the issue where tasks were lost when native SDK fired before Flutter subscribed - Android Build Failure: Fixed package import from
co.taskgate.sdktocom.taskgate.sdkto match the native SDK's actual package - Stale Task on iOS Warm Start: Task state is now properly cleared after
reportCompletion(), preventing stale tasks from being replayed on subsequent starts
Improved #
- Added session tracking to prevent duplicate task emissions
- Added
_lastCompletedSessionIdtracking to filter out stale tasks from completed sessions
1.0.6 - 2026-01-01 #
- Release version 1.0.6
1.0.5 - 2026-01-01 #
- Release version 1.0.5
1.0.4 - 2026-01-01 #
- Release version 1.0.4
1.0.3 - 2026-01-01 #
- Release version 1.0.3
1.0.2 - 2026-01-01 #
- Release version 1.0.2
1.0.1 - 2026-01-01 #
- Release version 1.0.1
1.0.0 #
- Initial release
- iOS and Android support
- Stream-based task delivery
- Automatic lifecycle management
- Cold start and warm start support