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

outdated

Flutter package enable users to add Image field in form with upload functionality locally or remotly.

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.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_field/image_field.dart';
8
likes
0
points
313
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package enable users to add Image field in form with upload functionality locally or remotly.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter, image_picker, scrollable_positioned_list, skeletons

More

Packages that depend on image_field