dev_overlay 1.0.2 copy "dev_overlay: ^1.0.2" to clipboard
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_plus constraint to >=4.0.0 <11.0.0 — fixes version conflict with projects using older versions
  • Widened device_info_plus constraint to >=9.0.0 <14.0.0 — same fix

1.0.1 #

  • Fixed No Directionality widget found error — wrapped overlay Stack with Directionality
  • Removed incorrect Navigator inside the overlay that caused widget tree conflicts
  • Tightened device_info_plus lower 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
  • enabled flag — set to kDebugMode to auto-hide in release builds
  • Customizable backgroundColor and textColor
  • Customizable initialPosition
  • Supports Android, iOS, macOS, Windows, Linux
1
likes
160
points
149
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A draggable debug overlay for Flutter apps. Shows route, screen size, theme, FPS, device and app version info during development.

Repository (GitHub)
View/report issues

Topics

#debug #developer #inspector #overlay #flutter

License

MIT (license)

Dependencies

device_info_plus, flutter, package_info_plus

More

Packages that depend on dev_overlay