tom_d4rt_flutter_ast 0.1.1
tom_d4rt_flutter_ast: ^0.1.1 copied to clipboard
D4rt Flutter Material bridge — execute D4rt scripts that return Flutter widget trees.
0.1.1 #
- Housekeeping: test artifacts now live in a gitignored
testlog/folder;doc/no longer ships machine-generated baselines or last_testrun.json. No code changes.
0.1.0 #
Initial pub.dev release of the analyzer-free Flutter Material bridge runtime —
the AST-driven counterpart to tom_d4rt_flutter, specialized for over-the-air
and web delivery (no analyzer dependency).
FlutterD4rt— executes D4rt scripts that return Flutter widget trees, built on the zero-dependencytom_d4rt_astinterpreter (noanalyzer, nodart:io). Web-safe: suitable for shipping in a Flutter app that downloads pre-compiledAstBundleJSON and renders UI on device.build<Widget>(...)renders from a reconstructedAstBundle/SAstNodetree rather than parsing source on device.- Full generated Flutter Material bridge surface plus hand-written runtime
registrations (interface proxies, type relaxers, generic factories) and
d4rt_user_bridges/overrides — kept in sync with the source-basedtom_d4rt_flutter, differing only in the analyzer-free execution path.