tom_d4rt_flutter 1.0.0 copy "tom_d4rt_flutter: ^1.0.0" to clipboard
tom_d4rt_flutter: ^1.0.0 copied to clipboard

Source-based D4rt interpreter with the full Flutter Material bridge surface (SourceFlutterD4rt), plus the bridge conformance test suite and HTTP test harness.

1.0.0 #

Initial pub.dev release of the source-based Flutter bridge runtime — the recommended way to run D4rt scripts that return Flutter widget trees.

  • SourceFlutterD4rt — a tom_d4rt interpreter pre-loaded with the full generated Flutter Material bridge surface (17 generated *.b.dart files under lib/src/bridges/). Feed it raw Dart source; it returns a live Widget.
  • build(source, context) and buildMultiFile(...) entry points; rendering against real Flutter widgets (not mocks).
  • Hand-written runtime registrations layered on top of the generated bridges: interface proxies, generic type relaxers, and generic constructor factories.
  • d4rt_user_bridges/ — hand-written D4UserBridge overrides for classes that need bespoke behaviour beyond the generated adapters.
  • Sample-source loaders (SampleProgram, SampleSource, createSampleSource, DiskSampleSource, AssetSampleSource, buildDiskProgram, …) for loading multi-file sample apps.
  • Bridge conformance test suite plus the long-lived companion-app HTTP harness used to drive the flutter-material corpus.
0
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Source-based D4rt interpreter with the full Flutter Material bridge surface (SourceFlutterD4rt), plus the bridge conformance test suite and HTTP test harness.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

characters, flutter, meta, path, tom_d4rt, vector_math

More

Packages that depend on tom_d4rt_flutter