advanced_image_processing_toolkit 0.1.4
advanced_image_processing_toolkit: ^0.1.4 copied to clipboard
A comprehensive Flutter package for advanced image processing, featuring real-time filters, AI-powered object recognition, and augmented reality capabilities.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add advanced_image_processing_toolkitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
advanced_image_processing_toolkit: ^0.1.4Alternatively, 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:advanced_image_processing_toolkit/advanced_image_processing_toolkit.dart';