seenn_flutter 0.2.0
seenn_flutter: ^0.2.0 copied to clipboard
Flutter SDK for Seenn - Real-time job progress tracking with SSE and Live Activity support.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2026-01-24 #
Added #
- Android Ongoing Notification - Persistent notification with progress bar
OngoingNotificationServicefor direct Android controlJobNotificationServicefor unified cross-platform API
- ETA Countdown - Real-time countdown with server sync
EtaCountdownServicewith formatted outputetaCountdownStream()convenience function
- Parent-Child Jobs - Hierarchical job relationships
ParentInfo,ChildrenStats,ChildJobSummarymodelschildrenOf(),parents,childrenin JobsService
- New Job Fields - Full @seenn/types alignment
jobType,workflowId,estimatedCompletionAtetaConfidence,etaBasedOn,childProgressModeparent,children,startedAt
- JobTracker Enhancements
onCancelledstreamonChildProgressstream for parent jobs
Changed #
StageInfofields:name,current,total,descriptionQueueInfoaddedqueueNamefieldJobStatusaddedcancelledstatus
Deprecated #
StageInfo.id→ usenameStageInfo.label→ usenameStageInfo.index→ usecurrent