flutter_dev_tools_overlay 1.0.4
flutter_dev_tools_overlay: ^1.0.4 copied to clipboard
A lightweight debug overlay for Flutter apps with logs, network monitoring, memory usage, and FPS tools.
1.0.4 #
- Moved internal implementation files under
lib/src - Improved package metadata and public API documentation for pub.dev
- Updated direct dependencies to newer supported versions
- Fixed the example Android build for the latest package setup
1.0.2 #
- Redesigned the overlay UI with a more polished debug panel and floating launcher
- Improved memory and performance tab presentation
- Reduced accidental shake triggers with stricter gesture detection
- Fixed the example app to use
DebugLogger.log(...)so logs appear in the overlay - Tightened tab alignment and spacing in the panel
1.0.1 #
- Initial release