orchestrator_flutter 0.3.0 copy "orchestrator_flutter: ^0.3.0" to clipboard
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 JobStartedEvent serialization to correctly send jobType to DevTools (resolves "Unknown" job types).
  • Fixed pubspec.yaml dependencies 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 persistence
  • FlutterFileSafetyDelegate - Secure temporary file handling
  • FlutterConnectivityProvider - 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
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter platform implementations for orchestrator_core's offline support. Provides FileNetworkQueueStorage, FlutterFileSafetyDelegate, and FlutterConnectivityProvider.

Repository (GitHub)
View/report issues

Topics

#offline #connectivity #storage #orchestrator #flutter

License

unknown (license)

Dependencies

connectivity_plus, flutter, orchestrator_core, path, path_provider

More

Packages that depend on orchestrator_flutter