tom_d4rt_flutter_ast 0.1.1 copy "tom_d4rt_flutter_ast: ^0.1.1" to clipboard
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-dependency tom_d4rt_ast interpreter (no analyzer, no dart:io). Web-safe: suitable for shipping in a Flutter app that downloads pre-compiled AstBundle JSON and renders UI on device.
  • build<Widget>(...) renders from a reconstructed AstBundle / SAstNode tree 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-based tom_d4rt_flutter, differing only in the analyzer-free execution path.
0
likes
70
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

D4rt Flutter Material bridge — execute D4rt scripts that return Flutter widget trees.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, characters, flutter, meta, tom_d4rt_ast, vector_math

More

Packages that depend on tom_d4rt_flutter_ast