Skip to content

an example of how to pick an image from the computer and send it to an API endpoint on flutter web!

License

Notifications You must be signed in to change notification settings

btphan95/upload_image_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload and Send an Image on Flutter Web

alt text

A Flutter web app that will let you upload an image and send it to an API endpoint that looks for a Multipart "image" file. For example, I used a Flask backend with command requests.file.get("image") to retrieve files from this app.

Thanks to this amazing repository by rjcalifornia for the inspiration.

Requirements

  • Flutter Channel master version 1.12.5
  • Android Studio version 3.5
  • Visual Studio Code
  • Dart SDK >=2.1.0 <3.0.0

Dependencies

  • Flutter cupertino localizations
  • Flutter Cupertino Date Picker: ^1.0.12
  • http: ^0.12.0+2

Installation

About

an example of how to pick an image from the computer and send it to an API endpoint on flutter web!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published