Using the Camera on Flutter | raywenderlich.com

See how to integrate the device camera into your Flutter app for iOS and Android.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4333657-using-the-camera-on-flutter

Thanks for the lesson…can u explain how to upload this image to aws s3 using a presigned url?

@sagarsuri Can you please help with this when you get a chance? Thank you - much appreciated! :]

Hey @giriprasad , you can use the following tutorial to upload images to AWS S3:

Good tutorial, learned a few things too. I however ended up going with the image_picker widget as it sped up development by a good bit, and also results in a native-feeling experience.

How to use camera_screen.dart and camera.dart to capture image and upload to firebase storage in flutter? Ho can I go back to my place holder and circular avatar and place the captured image there