dart_monty_web 0.4.3
dart_monty_web: ^0.4.3 copied to clipboard
Flutter web plugin for dart_monty, pure Dart bindings for Monty — a restricted sandboxed Python interpreter built in Rust.
Unreleased #
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.