flutter_debug_badges 0.1.2
flutter_debug_badges: ^0.1.2 copied to clipboard
Debug overlay & section marker badges for Flutter apps. Integrates with Dev Pilot to show clickable route/page info and section markers in debug mode.
0.1.1 #
- Improved README with full documentation, marker format table, and Dev Pilot integration guide
- Added
topicsto pubspec.yaml for better pub.dev discoverability
0.1.0 #
Initial release.
DebugOverlaywidget — shows route + file name in a top bar, with Dev Pilot integrationDebugSectionwidget — wraps child widgets and prints[DebugSection]marker for Dev Pilot badgesDebugOverlay.setPageHint()— for tabs/sub-pages that share the same route- Custom
routeFileMapsupport for override route → file name mapping