flutter_debug_panel 0.0.1
flutter_debug_panel: ^0.0.1 copied to clipboard
An in-app debug panel for development with network logs, state inspection, and performance metrics
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.
[Unreleased] #
0.0.1 - 2024-12-19 #
Added #
- Initial release of Flutter Debug Panel
- Network logging functionality
- State inspection capabilities
- Performance metrics tracking
- In-app debug panel interface
- Provider integration for state management
- HTTP request/response logging
- Shared preferences for debug settings
Technical Details #
- Flutter SDK compatibility: >=3.10.0
- Dart SDK compatibility: >=3.0.0 <4.0.0
- Dependencies: http, provider, shared_preferences
- Development dependencies: flutter_lints, test, mockito, build_runner