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.

Changelog #

0.3.3 #

  • Adding image picker dependency and checking for access to media

0.3.2 #

  • Adding loading spinner to indicate image is uploading

0.3.1 #

  • updating meta dependency version

0.3.0 #

  • Crop screen now starts as full width for crop
  • Added targetHeight and targetWidth to make images get resized prior to upload function being called
  • Added dispose() to various calls on images to prevent memory leaks

0.2.0 #

  • Adding helper function to wrap availableCameras() to UploadHelper class

0.1.2 #

  • Updating dependencies

0.1.1 #

  • Updating format of files with dartfmt

0.1.0 #

Initial Release

  • Delivering an easy to use widget that utilizes the camera package and http package to take, crop, and upload an image to an endpoint
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