dart_monty_web 0.8.0 copy "dart_monty_web: ^0.8.0" to clipboard
dart_monty_web: ^0.8.0 copied to clipboard

Platformweb

Flutter web plugin for dart_monty, pure Dart bindings for Monty — a restricted sandboxed Python interpreter built in Rust.

0.8.0 #

  • Use wasm_backend_spi.dart barrel for WasmBindingsJs import
  • Update constraints: dart_monty_platform_interface: ^0.9.0, dart_monty_wasm: ^0.9.0

0.7.4 #

  • Update dart_monty_platform_interface constraint to ^0.8.0
  • Update dart_monty_wasm constraint to ^0.8.4

0.7.3 #

  • Update dart_monty_wasm dependency constraint to ^0.8.1

0.7.2 #

  • Update dart_monty_wasm dependency constraint to ^0.8.0

0.7.1 #

  • Suppress MontyPlatform.instance deprecation in registerWith() (federated plugin registration requires the singleton)

0.7.0 #

  • Bump dependency constraints for 0.7.0 release (no package code changes)

0.6.1 #

  • Update README with usage section and human/AI attribution
  • Update example/example.dart doc comments

0.6.0 #

  • BREAKING: Collapse DartMontyWeb from a full MontyPlatform pass-through to a registration-only shim
  • Remove extends MontyPlatform, all delegating methods, and withBindings() test constructor
  • All execution now handled directly by MontyWasm from dart_monty_wasm
  • Remove meta and web dependencies (no longer imported)
  • Replace 846 lines of delegation tests with a single registration test

0.4.3 #

  • Version bump (no package code changes)

0.4.2 #

  • Override resumeAsFuture(), resolveFutures(), resolveFuturesWithErrors() in DartMontyWeb with UnsupportedError
  • Expand web ladder runner to tiers 1-9, 13, 15 with nativeOnly skip handling

0.4.1 #

  • CI improvements (no package code changes)

0.4.0 #

  • Bump dependency constraints for 0.4.0 release

0.3.5 #

  • Thread scriptName parameter through run() and start()
  • Add @visibleForTesting constructor for dependency injection
  • Add 52 unit tests covering all API methods
  • Add CI job and pre-commit hooks

0.3.4 #

  • Initial release.
0
likes
150
points
215
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter web plugin for dart_monty, pure Dart bindings for Monty — a restricted sandboxed Python interpreter built in Rust.

Topics

#python #sandbox #wasm #flutter

License

MIT (license)

Dependencies

dart_monty_platform_interface, dart_monty_wasm, flutter, flutter_web_plugins

More

Packages that depend on dart_monty_web

Packages that implement dart_monty_web