pe_sdk_flutter 0.9.0
pe_sdk_flutter: ^0.9.0 copied to clipboard
Banuba Photo Editor SDK for Flutter. Add photo editing to iOS and Android apps: filters, beautification, background removal, stickers, text and cropping, with a customizable UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pe_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pe_sdk_flutter: ^0.9.0Alternatively, 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:pe_sdk_flutter/pe_sdk_flutter.dart';