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

outdated

Rotate ,flip, crop your image. Use objc/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(
      position: ToastPosition.bottom,
      child: MaterialApp(
        home: HomePage(),
      ),
    );
  }
}
320
likes
0
pub points
98%
popularity

Publisher

verified publisherfluttercandies.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_editor