dev_overlay 1.0.2
dev_overlay: ^1.0.2 copied to clipboard
A draggable debug overlay for Flutter apps. Shows route, screen size, theme, FPS, device and app version info during development.
Changelog #
1.0.2 #
- Widened
package_info_plusconstraint to>=4.0.0 <11.0.0— fixes version conflict with projects using older versions - Widened
device_info_plusconstraint to>=9.0.0 <14.0.0— same fix
1.0.1 #
- Fixed
No Directionality widget founderror — wrapped overlayStackwithDirectionality - Removed incorrect
Navigatorinside the overlay that caused widget tree conflicts - Tightened
device_info_pluslower bound to>=10.1.0
1.0.0 #
- Initial release 🎉
DevOverlay— one-widget setup, wraps your entire app- Draggable panel — move anywhere on screen
- Tap to collapse/expand into a compact pill
- Shows:
- Current route name
- Screen size (logical pixels)
- Device pixel ratio
- Light/dark theme mode
- Live FPS counter with color indicator (✅ ⚠️ ❌)
- App version + build number
- Device model name
- OS name and version
enabledflag — set tokDebugModeto auto-hide in release builds- Customizable
backgroundColorandtextColor - Customizable
initialPosition - Supports Android, iOS, macOS, Windows, Linux