flutter_python_bridge 0.2.0
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';