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

Platformweb

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

example/example.dart

/// Web plugin registration example.
///
/// `dart_monty_web` registers itself automatically via Flutter's federated
/// plugin system. Import `dart_monty` in your app — no direct usage of
/// this package is needed.
///
/// ```dart
/// import 'package:dart_monty/dart_monty.dart';
///
/// final monty = MontyPlatform.instance;
/// final result = await monty.run('2 + 2');
/// print(result.value); // 4
/// ```
library;

void main() {
  // This package registers itself automatically.
  // See the dart_monty package for usage examples.
}
0
likes
160
points
362
downloads

Publisher

unverified uploader

Weekly Downloads

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

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