photo_uploader 0.3.3 copy "photo_uploader: ^0.3.3" to clipboard
photo_uploader: ^0.3.3 copied to clipboard

Flutter Photo Uploader is a Flutter package which uses the Camera package to take a picture, crop it, and post the data to an endpoint.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add photo_uploader

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

dependencies:
  photo_uploader: ^0.3.3

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:photo_uploader/photo_uploader.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Flutter Photo Uploader is a Flutter package which uses the Camera package to take a picture, crop it, and post the data to an endpoint.

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

camera, flutter, http, http_parser, image_picker, meta, path, path_provider

More

Packages that depend on photo_uploader