image_form_field 0.1.0 copy "image_form_field: ^0.1.0" to clipboard
image_form_field: ^0.1.0 copied to clipboard

Upload images in Flutter forms

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_form_field

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

dependencies:
  image_form_field: ^0.1.0

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_field/image_form_field.dart';
11
likes
30
pub points
57%
popularity

Publisher

unverified uploader

Upload images in Flutter forms

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, image_picker

More

Packages that depend on image_form_field