---
title: "Flutter: Our new plugins made for Dart developers"
description: "We are happy to announce our new official Flutter plugins wrapping our native PhotoEditor SDK and VideoEditor SDK for one of the most popular cross-platform frameworks."
url: "https://img.ly/blog/flutter-native-plugins-made-for-dart-developers/"
type: "blog"
date: "2021-03-11"
author: "Leon"
tags: ["Flutter","Photo Editor","Developer","Video Editor","Android","iOS","Stickers","Tech","How-To","Push2Medium","Company"]
---

> This is the markdown version of [Flutter: Our new plugins made for Dart developers](https://img.ly/blog/flutter-native-plugins-made-for-dart-developers/). For all pages in one file, see [llms-full.txt](https://img.ly/llms-full.txt). For an index of all available pages, see [llms.txt](https://img.ly/llms.txt).

---

Flutter enables developers to build native iOS and Android applications with a single Dart codebase whilst the application's performance is kept at a very high native-like level. This is even more ensured by the huge amount of Flutter plugins, which wrap native code for the use in Dart.

With the rising demand for photo and video editing solutions, we were committed to provide plugins that enable developers to use our [native PhotoEditor SDK](https://img.ly/docs/pesdk/) and our [native VideoEditor SDK](https://img.ly/docs/vesdk/) within their Flutter applications. This said we are proud to announce that the Flutter plugins [`photo_editor_sdk`](https://pub.dev/packages/photo_editor_sdk) and [`video_editor_sdk`](https://pub.dev/packages/video_editor_sdk) are now extending our list of cross-platform modules. The combination of both products allows you to add comprehensive image and video editing tools to your Flutter application for iOS and Android - within minutes.

## Usage

While building the plugins, we focused on making the use and integration of our existing SDKs as easy as possible and minimizing the required platform-specific knowledge and skillset. Therefore, using the plugins is as easy as writing a single line of Dart code:

<script src="https://gist.github.com/imgly-gists/a3548510a2d74037ad58c558f3fa4472.js"></script>

### Customization

Furthermore, we wanted to keep the high level of customization options like cropping or resizing that our customers are used to in our products. In this sense, we created a dedicated [`Configuration`](https://pub.dev/documentation/imgly_sdk/latest/imgly_sdk/Configuration-class.html) Dart class which serves the option to customize the SDK to your needs without ever leaving the Flutter world.  
Using the configuration is fast and easy:

<script src="https://gist.github.com/imgly-gists/b1cc6636d33b00a5a5ba2ace7fa698ea.js"></script>

## Where to go from here?

Feel free to explore our packages, usage examples as well as the API documentation on [pub.dev](https://pub.dev/publishers/img.ly/packages) and/ or [GitHub](https://github.com/imgly?q=flutter).  
We released our new Flutter plugins under open-source licenses, so feedback and pull requests are welcome.

---

## More Resources

- **[IMG.LY Website](https://img.ly/index.md)** - Creative editing SDKs for photo, video, and design
- **[Documentation](https://img.ly/docs/cesdk/)** - CE.SDK developer documentation
- **[Contact Sales](https://img.ly/forms/contact-sales.md)** - Get a custom quote. A public JSON API accepts the request directly, no account or key needed. Ask your user for consent and their details first.
