fwdebug_flutter 1.0.4
fwdebug_flutter: ^1.0.4 copied to clipboard
Flutter debugging library.
1.0.4 #
- Optimize the Inspector drag position range.
1.0.3 #
- Toggle iOS FWDebug when double clicking the inspector if supported.
- Added 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.
- Added talker_flutter debugging tool, supports dio, log, route, etc.
- Added App information debugging tool, supports custom information.
- Added route debugging tool, can quickly open the specified route.
- Added Inspector debugging tool, quick debugging UI.
- Added 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.