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

0.0.5 #

  • TODO: initial release.
  • Image Editor Initial Release Notes - Version 0.0.12 We are thrilled to announce the initial release of our Image Editor! This powerful tool allows you to unleash your creativity and elevate your photos with a range of editing features. Key Features Basic Editing Tools Intuitive User Interface A user-friendly interface designed for both beginners and advanced users. Easily navigate through tools and options for a seamless editing experience. Undo/Redo Functionality Made a mistake? No worries! The undo/redo feature lets you step back and forth through your editing history.

example :

void main() { runApp(MaterialApp(home: Editor())); } class Editor extends StatelessWidget { const Editor({super.key});

@override Widget build(BuildContext context) { return ImageEditorScreen(image:file,onSave: (val){ print(val); }); } }

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