developer_tools 0.0.6
developer_tools: ^0.0.6 copied to clipboard
A set of runtime tools for developers to use in their projects.
0.0.6 #
- Refactor main library and docked log panel for readability and consistency.
- Bump
developer_tools_coreto^0.0.4.
0.0.5 #
- Remove redundant tooltip attributes from IconButton widgets.
- Improve code formatting and line breaks for readability.
0.0.4 #
- Add
exportReport()method to collect and export debug information from all registered extensions and standalone entries. - Add export debug report button to the overlay header with clipboard support.
- Add
exportDeveloperToolsReport()convenience method on theBuildContextextension. - Bump
developer_tools_coreto^0.0.3.
0.0.3 #
- Add
DeveloperToolsBuildContextextension onBuildContextfor convenient access toDeveloperToolsstate and common actions (showDeveloperTools,hideDeveloperTools,toggleDeveloperTools,registerDeveloperToolQuickAction).
0.0.2 #
- Add pluggable extensions support to
DeveloperToolswidget for improved customization. - Add
navigatorKeysupport in theDeveloperToolswidget for improved navigation handling. - Refactor overlay entry building with a dedicated method for building list entries.
- Remove unused
developer_tools_riverpoddependency.
0.0.1 #
- Initial release.