orchestrator_flutter 0.3.0
orchestrator_flutter: ^0.3.0 copied to clipboard
Flutter platform implementations for orchestrator_core's offline support. Provides FileNetworkQueueStorage, FlutterFileSafetyDelegate, and FlutterConnectivityProvider.
Changelog #
All notable changes to this project will be documented in this file.
0.3.0 - 2025-12-27 #
Fixed #
- Fixed
JobStartedEventserialization to correctly sendjobTypeto DevTools (resolves "Unknown" job types). - Fixed
pubspec.yamldependencies for publishing. - Fixed timestamp display issues in DevTools Network Queue tab.
Improved #
- DevTools: Enhanced Metrics Dashboard with "Peak Throughput" analysis and improved Dark Mode UI.
0.2.0 - 2025-12-25 #
Added #
- Initial public release
FileNetworkQueueStorage- File-based offline job persistenceFlutterFileSafetyDelegate- Secure temporary file handlingFlutterConnectivityProvider- Network connectivity detection
Features #
- Base64 encoding for safe filenames (prevents ID collisions)
- Deep copy of job data to prevent mutation issues
- Broadcast stream support for multiple connectivity listeners
- Proper cleanup and dispose methods