fwdebug_flutter 1.1.0
fwdebug_flutter: ^1.1.0 copied to clipboard
Flutter debugging library.
1.1.0 #
- Add level parameter to systemLog and customLog methods.
- Add debug, info, warning, and error logging methods.
1.0.4 #
- Optimize the Inspector drag position range.
1.0.3 #
- Toggle iOS FWDebug when double clicking the inspector if supported.
- Add registerUrl method to register url with optional callback.
1.0.2 #
- Keep the inspector position and do not reset it.
1.0.1 #
- Add FwdebugFlutter.interceptor for dio.
1.0.0 #
- 1.0.0 official version released.
- Add talker_flutter debugging tool, supports dio, log, route, etc.
- Add App information debugging tool, supports custom information.
- Add route debugging tool, can quickly open the specified route.
- Add Inspector debugging tool, quick debugging UI.
- Add floating draggable button, supports custom entry.
- Supports Release mode, supports custom gestures.
- Only Debug mode enables iOS FWDebug plugin.
0.0.2 #
- Inspector is automatically enabled in Release mode.