reusable_image_widget 0.1.4
reusable_image_widget: ^0.1.4 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 Dart:
$ dart pub add reusable_image_widgetWith Flutter:
$ flutter pub add reusable_image_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
reusable_image_widget: ^0.1.4Alternatively, 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:reusable_image_widget/reusable_image_widget.dart';