developer_tools_console 0.0.3
developer_tools_console: ^0.0.3 copied to clipboard
Console/global error logging integration for developer_tools. Captures FlutterError, WidgetsBinding errors, and PlatformDispatcher errors.
0.0.3 #
- Point
repository,homepageandissue_trackerat the real repository (github.com/masreplay/developer_tools). The previous URLs referenced a non-existent org, so every package page on pub.flutter-io.cn showed broken links.
0.0.2 #
- Refactor console log and tool entry for readability and consistency.
- Bump
developer_tools_coreto^0.0.4.
0.0.1 #
- Initial release.
- Captures FlutterError.onError and PlatformDispatcher.instance.onError.
- Console log tool entry with full-screen dialog to view and clear errors.
- DeveloperToolsLogSource for dock integration.