monolens 0.4.0
monolens: ^0.4.0 copied to clipboard
Headless camera capture and on-device media editing for Flutter: crop, rotate, trim, blur regions, burn in text, stickers and drawings, with undo. No ffmpeg.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add monolensThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
monolens: ^0.4.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:monolens/monolens.dart';