easy_debug 0.0.2
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
AppEnvironmentmodel. - New
EasyDebugManager().init()method with persistence support viashared_preferences. - Reactive Base URL updates via
EasyDebugManager().currentEnvNotifier.
- New
- [FIX] Navigation Fallback: Fixed navigation issues in projects without global
EasyDebugNavigatorObserver. Now auto-falls back toNavigator.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.