aj_image_editor 0.0.5
aj_image_editor: ^0.0.5 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
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add aj_image_editorWith Flutter:
$ flutter pub add aj_image_editorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
aj_image_editor: ^0.0.5Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:aj_image_editor/aj_image_editor.dart';