image_editor 0.1.1 copy "image_editor: ^0.1.1" to clipboard
image_editor: ^0.1.1 copied to clipboard

outdated

Rotate ,flip, crop your image. Use swift/kotlin to handle it.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_image_editor_example/home_page.dart';
import 'package:oktoast/oktoast.dart';

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

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

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return OKToast(
      child: MaterialApp(
        home: HomePage(),
      ),
    );
  }
}
320
likes
0
pub points
98%
popularity

Publisher

verified publisherfluttercandies.com

Rotate ,flip, crop your image. Use swift/kotlin to handle it.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_editor