reusable_image_widget 0.1.7
reusable_image_widget: ^0.1.7 copied to clipboard
A reusable Flutter widget library for picking, cropping, compressing, and displaying images from gallery, camera, or network with full-screen preview support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reusable_image_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
reusable_image_widget: ^0.1.7Alternatively, 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:reusable_image_widget/reusable_image_widget.dart';