image_field 0.0.10 copy "image_field: ^0.0.10" to clipboard
image_field: ^0.0.10 copied to clipboard

Flutter package enables users to upload and manage images by adding image field to a form.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_field

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

dependencies:
  image_field: ^0.0.10

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_field/image_field.dart';
4
likes
150
pub points
87%
popularity

Publisher

unverified uploader

Flutter package enables users to upload and manage images by adding image field to a form.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker, scrollable_positioned_list, skeletons

More

Packages that depend on image_field