imgly_sdk 3.1.0 copy "imgly_sdk: ^3.1.0" to clipboard
imgly_sdk: ^3.1.0 copied to clipboard

The official base plugin for the photo_editor_sdk and video_editor_sdk Flutter plugins.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
      ),
    );
  }
}
11
likes
130
pub points
81%
popularity

Publisher

verified publisherimg.ly

The official base plugin for the photo_editor_sdk and video_editor_sdk Flutter plugins.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on imgly_sdk