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

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 Dart:

 $ dart pub add image_field

With Flutter:

 $ flutter pub add image_field

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

dependencies:
  image_field: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
pub points
87%
popularity

Publisher

unverified uploader

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