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

Platformweb

Flutter web plugin for dart_monty — Dart/Flutter bindings for Monty, a Rust-built embeddable sandbox running a restricted subset of Python.

dart_monty_web #

Part of dart_monty — Dart and Flutter bindings for Monty, a Rust-built embeddable sandbox that runs a restricted subset of Python.

Live Demo | GitHub | Monty (upstream)

Flutter plugin — web platform registration for dart_monty. Delegates to dart_monty_wasm for WASM-based Python execution in the browser.

Requires Flutter. This package is not intended for direct use. Import dart_monty instead — the federated plugin system selects this package automatically when building for web.

How It Works #

DartMontyWeb registers itself as the MontyPlatform instance via Flutter's flutter_web_plugins system. All execution is delegated to MontyWasm from the dart_monty_wasm package.

See the main dart_monty repository for full documentation.

0
likes
160
points
--
downloads

Publisher

unverified uploader

Flutter web plugin for dart_monty — Dart/Flutter bindings for Monty, a Rust-built embeddable sandbox running a restricted subset of Python.

Repository (GitHub)
View/report issues
Contributing

Topics

#python #sandbox #wasm #flutter

Documentation

API reference

License

MIT (license)

Dependencies

dart_monty_platform_interface, dart_monty_wasm, flutter, flutter_web_plugins, meta, web

More

Packages that depend on dart_monty_web

Packages that implement dart_monty_web