fluttercommunity / fluttercommunity/flutter_webview_plugin
Download a static file by href, on post request or XMLHttpRequest
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
## Use case
We have a mobile app and at some point our users need to import some data into our mobile app but to do it
users need to export this data from a 3rd party website first.
So we open a webview to allow our users to still "be inside" of our app, sign in to a 3rd party website and
click on an Export button there to download a file. After that users click on our Import button and imports
the just downloaded file.
## Proposal
Because of there different 3rd party websites they do provide different ways of export.
So it would be really great to have all of them like:
- Download a static file by
- Download on post/get request
- Download on XMLHttpRequest
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.