fwdebug_flutter 1.5.0
fwdebug_flutter: ^1.5.0 copied to clipboard
Flutter debugging libraray, wrapper for talker_flutter, inspector, FWDebug and so on, to facilitate development and testing.
1.5.0 #
- Add FwdebugFlutter.blocObserver for flutter_bloc.
1.4.1 #
- Remove conflicting Alt shortcut keys from Inspector.
1.4.0 #
- Add group parameter to systemLog and customLog methods.
- Fixed the issue that the debug page cannot open.
1.3.0 #
- Add FwdebugFlutter.riverpodObserver for flutter_riverpod.
1.2.1 #
- Optimize calling FwdebugFlutterPlatform method so that platform judgment is no longer required.
1.2.0 #
- Support enabling FWDebug only in Debug mode, see README for details.
- Automatically detect and enable iOS FWDebug, code optimization.
1.1.2 #
- Optimize the version declaration of talker dependency.
1.1.1 #
- Long press with 3 fingers to switch inspector in Release mode.
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.