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.
- Flutter Channel master version 1.12.5
- Android Studio version 3.5
- Visual Studio Code
- Dart SDK >=2.1.0 <3.0.0
- Flutter cupertino localizations
- Flutter Cupertino Date Picker: ^1.0.12
- http: ^0.12.0+2
- Clone this repository: `git clone https://github.com/btphan95/upload_image_flutter'
- Cd into repository folder:
cd upload_image_flutter - Run flutter (for web, make sure you have web enabled and run:
flutter run)
