easy_debug 0.0.2 copy "easy_debug: ^0.0.2" to clipboard
easy_debug: ^0.0.2 copied to clipboard

A pure Dart in-app network debugger for Flutter. visualize Dio requests with a floating overlay, detailed inspection, and log management.

0.0.2 #

  • [NEW] Environment Switcher: Added support for managing and switching API environments (e.g., Dev/Prod) at runtime.
    • New AppEnvironment model.
    • New EasyDebugManager().init() method with persistence support via shared_preferences.
    • Reactive Base URL updates via EasyDebugManager().currentEnvNotifier.
  • [FIX] Navigation Fallback: Fixed navigation issues in projects without global EasyDebugNavigatorObserver. Now auto-falls back to Navigator.of(context, rootNavigator: true).

0.0.1 #

  • Initial release of Easy Debug.
  • Pure Dart in-app network debugger for Dio.
  • Features: Floating overlay, glassmorphism UI, log filtering (All/Success/Error), copy to clipboard, and auto-clearing.
2
likes
0
points
216
downloads

Publisher

unverified uploader

Weekly Downloads

A pure Dart in-app network debugger for Flutter. visualize Dio requests with a floating overlay, detailed inspection, and log management.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, shared_preferences

More

Packages that depend on easy_debug