Banuba Photo Editor Flutter Plugin

Overview

Banuba Photo Editor SDK allows you to quickly add photo functionality and effects into your mobile app.

Usage

License

Before you commit to a license, you are free to test all the features of the SDK for free.
The trial period lasts 14 days. To start it, send us a message.
We will get back to you with the trial token.

Feel free to contact us if you have any questions.

Installation

Run in Terminal to install Photo Editor Flutter plugin

$ flutter pub add pe_sdk_flutter

or specify the package in your pubspec.yaml file

dependencies:
    pe_sdk_flutter: ^0.0.3

Integration guide

Please follow our Integration Guide to complete full integration.

Launch

Set Banuba license token within the app

Android

Run flutter run in terminal to launch the app on a device or use IDE i.e. Intellij, VC, etc. to launch the app.

iOS

  1. Install CocoaPods dependencies. Open ios directory and run pod install in terminal.
  2. Open Signing & Capabilities tab in Target settings and select your Development Team.
  3. Run flutter run in terminal to launch the app on a device or launch the app in IDE i.e. XCode, Intellij, VC, etc.

Dependencies

Version
Dart 3.3.0
Flutter 3.19.2
Android 8.0+
iOS 15.0+