aj_image_editor 0.0.12 copy "aj_image_editor: ^0.0.12" to clipboard
aj_image_editor: ^0.0.12 copied to clipboard

the editor features a range of shapes that can be easily inserted into images, providing a quick and convenient method to integrate geometric elements

Image Editor

Welcome to the Image Editor - your go-to tool for unleashing your creativity and enhancing your photos effortlessly!

Overview

The Image Editor is a feature-rich application designed to make photo editing a breeze. Whether you're a photography enthusiast or a casual user, our intuitive interface and powerful editing tools cater to your needs. With the ability to crop, rotate, adjust colors, and more, the Image Editor puts the power of professional photo editing in the palm of your hands.

Features

Basic Editing Tools: fine-tune your images to perfection. Intuitive User Interface: A user-friendly design ensures a seamless and enjoyable editing experience. Undo/Redo Functionality: Experiment fearlessly with the ability to undo or redo any step in your editing process.

Examples #

Quick Example #

void main() {
  runApp(const MaterialApp(
    debugShowCheckedModeBanner: false,
    home: AjEditor(),
  ));
}

class AjEditor extends StatelessWidget {
  const AjEditor({super.key});

  @override
  Widget build(BuildContext context) {
    return ImageEditor(
      onSave: (path) {
        log(path);
      },
      imagePathOrUrl:
      'https://images.pexels.com/photos/1103971/pexels-photo-1103971.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1',
      imageType: ImageType.network,
    );
  }
}

Example Screenshot #

AjEditor AjEditor AjEditor AjEditor

7
likes
130
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

the editor features a range of shapes that can be easily inserted into images, providing a quick and convenient method to integrate geometric elements

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

convert_widget_to_image, flutter, path_provider

More

Packages that depend on aj_image_editor