magic_devtools 0.0.1
magic_devtools: ^0.0.1 copied to clipboard
Magic adapters for the fluttersdk dev-tooling ecosystem: wires MagicDuskIntegration and MagicTelescopeIntegration into dusk and telescope.
Changelog #
All notable changes to this package are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2026-06-17 #
Added #
- Initial release, extracted from the
magicpackage.MagicDuskIntegration(14 enrichers forfluttersdk_dusksnapshots) andMagicTelescopeIntegration(5 watchers plusMagicHttpFacadeAdapterforfluttersdk_telescope) now live here as a dedicated, debug-only dev-tooling adapter rather than as sub-barrels ofmagic. - Two import barrels:
package:magic_devtools/dusk.dartandpackage:magic_devtools/telescope.dart. - The relocated enricher and watcher test suites moved over unchanged.
Note #
- Local development resolves the
magic,fluttersdk_dusk, andfluttersdk_telescopesiblings throughdependency_overridespath entries. Those overrides are dev-only; version pins replace them at publish (the publish-time pubspec is user-owned).