taskgate_sdk 1.0.7 copy "taskgate_sdk: ^1.0.7" to clipboard
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: taskStream now 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.sdk to com.taskgate.sdk to 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 _lastCompletedSessionId tracking 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
1
likes
160
points
0
downloads

Publisher

verified publishertaskgate.co

Weekly Downloads

TaskGate SDK for Flutter - integrate with TaskGate to receive task requests and report completion.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on taskgate_sdk

Packages that implement taskgate_sdk