developer_tools_core 0.0.5
developer_tools_core: ^0.0.5 copied to clipboard
Core abstractions and utilities for developer_tools.
0.0.5 #
- 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.dev showed broken links.
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.