reusable_image_widget 0.1.7 copy "reusable_image_widget: ^0.1.7" to clipboard
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_widget

This 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.7

Alternatively, 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';
0
likes
150
points
313
downloads

Publisher

unverified uploader

Weekly Downloads

A reusable Flutter widget library for picking, cropping, compressing, and displaying images from gallery, camera, or network with full-screen preview support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, cross_file, file_saver, flutter, flutter_image_compress, http, image_gallery_saver_plus, image_picker, online_indicator, permission_handler, photo_view

More

Packages that depend on reusable_image_widget