Releases: getditto/ditto_flutter_tools
2.0.0
Release Notes - New Features (see README.md for implementation documentation)
Updated to Ditto SDK 4.12.1
- 
Peer List View
Real-time monitoring of all connected peers in your Ditto mesh network. View local and remote peer information, connection types, and cloud connectivity status with an intuitive expandable interface displaying peer keys and device names. - 
Disk Usage Monitor
Track and visualize Ditto database storage metrics in real-time. Monitor disk space consumption, view detailed breakdowns of storage usage, and ensure optimal performance by keeping track of your database footprint. - 
Query Editor
Execute DQL (Ditto Query Language) statements directly from your Flutter app. Features include syntax-highlighted query input, real-time result display with pagination, and the ability to export query results in JSON format for analysis and sharing. - 
System Settings
Centralized configuration panel for managing Ditto diagnostic tools. Adjust logging levels, configure sync parameters, and control various debugging options all from one convenient location. - 
Peer Sync Status
Monitor synchronization state across multiple Ditto subscriptions in real-time. Track connection status (disconnected, idle, or actively syncing), view sync history, and identify synchronization issues with configurable idle timeout detection. 
Full Changelog: v1.0.0...v2.0.0
1.0.0
What's Changed
- Add missing export in the Sync Status tool for the SyncStatus type by @bplattenburg in #23
 - Update to use the released Ditto SDK 4.9.1 by @bplattenburg in #24
 
Full Changelog: v0.0.2...v1.0.0
v0.0.2
What's Changed
- remove publish_to: none by @cameron1024 in #15
 - Updates README to direct users to Ditto Support by @bplattenburg in #18
 - Remove credentials and replace with template strings by @bplattenburg in #19
 - Update to RC 3 by @cameron1024 in #21
 - Update version to 0.0.2 in pubspec by @bplattenburg in #22
 
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Add CODEOWNERS by @bplattenburg in #2
 - Add 
SyncStatusHelperandSyncStatusViewby @cameron1024 in #6 - most of the initial code by @cameron1024 in #5
 - small tweaks before publishing by @cameron1024 in #14
 
Full Changelog: https://github.com/getditto/ditto_flutter_tools/commits/v0.0.1