flutter_python_bridge library

Classes

BlurOperation
Operation to apply a blur effect to an image.
BrightnessContrastOperation
Operation to adjust the brightness and contrast of an image.
CropOperation
Operation to crop an image.
EdgeDetectionOperation
Operation to apply edge detection to an image.
FlipOperation
Operation to flip an image horizontally or vertically.
GrayscaleOperation
Operation to convert an image to grayscale.
ImageOperation
Base class for image processing operations.
ImageProcessor
A class that provides image processing capabilities using Python.
PythonBridge
The main class for interacting with Python code in Flutter.
PythonExecutor
A class that handles the execution of Python code.
PythonResult
Represents the result of a Python code execution.
PythonService
A service that provides platform-specific Python execution capabilities.
ResizeOperation
Operation to resize an image.
RotateOperation
Operation to rotate an image.