dart_monty_web 0.8.0
dart_monty_web: ^0.8.0 copied to clipboard
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.dartbarrel forWasmBindingsJsimport - Update constraints:
dart_monty_platform_interface: ^0.9.0,dart_monty_wasm: ^0.9.0
0.7.4 #
- Update
dart_monty_platform_interfaceconstraint to^0.8.0 - Update
dart_monty_wasmconstraint to^0.8.4
0.7.3 #
- Update
dart_monty_wasmdependency constraint to^0.8.1
0.7.2 #
- Update
dart_monty_wasmdependency constraint to^0.8.0
0.7.1 #
- Suppress
MontyPlatform.instancedeprecation inregisterWith()(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.dartdoc comments
0.6.0 #
- BREAKING: Collapse
DartMontyWebfrom a fullMontyPlatformpass-through to a registration-only shim - Remove
extends MontyPlatform, all delegating methods, andwithBindings()test constructor - All execution now handled directly by
MontyWasmfromdart_monty_wasm - Remove
metaandwebdependencies (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()inDartMontyWebwithUnsupportedError - Expand web ladder runner to tiers 1-9, 13, 15 with
nativeOnlyskip 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
scriptNameparameter throughrun()andstart() - 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.