debug_plugin 0.0.3
debug_plugin: ^0.0.3 copied to clipboard
A lightweight Flutter plugin for in-app debugging that provides logging, search functionality, and a built-in debug console with persistent storage using SharedPreferences.
0.0.3 #
- Properly configured plugin as Dart-only using the implements mechanism
- Fixed platform support configuration
0.0.2 #
- Updated to be a Dart-only plugin
- Fixed platform configuration in pubspec.yaml
- Added MIT License
0.0.1 #
- Initial release of debug_plugin
- In-app debug console with logging functionality
- Search and filter capabilities for logs
- Persistent storage using SharedPreferences
- Simple API for logging and displaying the debug console