rython 0.0.2 copy "rython: ^0.0.2" to clipboard
rython: ^0.0.2 copied to clipboard

a flutter library for eval python code

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rython

With Flutter:

 $ flutter pub add rython

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rython: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rython/rython.dart';
0
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

a flutter library for eval python code

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on rython