- Add FwdebugFlutter.blocObserver for flutter_bloc.
- Remove conflicting Alt shortcut keys from Inspector.
- Add group parameter to systemLog and customLog methods.
- Fixed the issue that the debug page cannot open.
- Add FwdebugFlutter.riverpodObserver for flutter_riverpod.
- Optimize calling FwdebugFlutterPlatform method so that platform judgment is no longer required.
- Support enabling FWDebug only in Debug mode, see README for details.
- Automatically detect and enable iOS FWDebug, code optimization.
- Optimize the version declaration of talker dependency.
- Long press with 3 fingers to switch inspector in Release mode.
- Add level parameter to systemLog and customLog methods.
- Add debug, info, warning, and error logging methods.
- Optimize the Inspector drag position range.
- Toggle iOS FWDebug when double clicking the inspector if supported.
- Add registerUrl method to register url with optional callback.
- Keep the inspector position and do not reset it.
- Add FwdebugFlutter.interceptor for dio.
- 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.
- Inspector is automatically enabled in Release mode.