flutter_python_bridge 0.2.0 copy "flutter_python_bridge: ^0.2.0" to clipboard
flutter_python_bridge: ^0.2.0 copied to clipboard

A Flutter library that allows developers to run Python code directly in Flutter applications, with support for ML, data analysis, and image processing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_python_bridge

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

dependencies:
  flutter_python_bridge: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_python_bridge/flutter_python_bridge.dart';
1
likes
150
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library that allows developers to run Python code directly in Flutter applications, with support for ML, data analysis, and image processing.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

chaquopy, ffi, flutter, http, image_picker, path, path_provider, process_run

More

Packages that depend on flutter_python_bridge