flutter_image_uploading 0.0.2 copy "flutter_image_uploading: ^0.0.2" to clipboard
flutter_image_uploading: ^0.0.2 copied to clipboard

Using this package we can easily pick the file from gallery, file manager or camera with asking user permission.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_image_uploading

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

dependencies:
  flutter_image_uploading: ^0.0.2

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:flutter_image_uploading/flutter_image_uploading.dart';
1
likes
120
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Using this package we can easily pick the file from gallery, file manager or camera with asking user permission.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

file_picker, flutter, image_picker, permission_handler

More

Packages that depend on flutter_image_uploading