developer_tools_core 0.0.4
developer_tools_core: ^0.0.4 copied to clipboard
Core abstractions and utilities for developer_tools.
0.0.4 #
- Refactor and improve code readability and consistency (log sources, memory log, formatting).
0.0.3 #
- Add
DebugInfoCallbacktypedef for debug report contributions. - Add optional
debugInfocallback toDeveloperToolEntryfor per-entry debug information. - Add
debugInfomethod toDeveloperToolsExtensionwith default implementation that collects info from all entries.
0.0.2 #
- Refactor
DeveloperToolEntryto extendStatelessWidgetwith abuildmethod for renderingListTile. - Add
sectionLabelsupport to group entries in the developer tools UI. - Add optional
iconWidgetsupport inDeveloperToolEntryfor custom icons. - Remove Flutter version constraints from
pubspec.yamlfor better compatibility.
0.0.1 #
- Initial release.