image_form 0.1.1 copy "image_form: ^0.1.1" to clipboard
image_form: ^0.1.1 copied to clipboard

A production-ready Flutter package for single and multiple image form fields. Supports local and network images, cropping, caching, validation, ChangeNotifier controllers, tap-to-view, customizable sh [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_form

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  image_form: ^0.1.1

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:image_form/image_form.dart';
0
likes
140
points
15
downloads

Documentation

API reference

Publisher

verified publishersanamtamang.com.np

Weekly Downloads

A production-ready Flutter package for single and multiple image form fields. Supports local and network images, cropping, caching, validation, ChangeNotifier controllers, tap-to-view, customizable shapes, and editable overlays.

Repository (GitHub)
View/report issues

Topics

#flutter #image-picker #form #image #crop

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager, image_cropper, image_picker, path_provider

More

Packages that depend on image_form