flutter_uploader
flutter_uploader copied to clipboard
background upload plugin for flutter
When I try to test example I get the following build error: ``` Launching lib\main.dart on Pixel 3 in debug mode... Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01...
I'm trying to upload a file on iOS but it's not working, I get statusCode 500 and Upload Status 5, any idea why is this happening only on iOS? In...
``` I/WM-WorkerWrapper(23543): Worker result SUCCESS for Work [ id=1ad23ee6-f3d7-4c1f-bf45-b1fb84841b5b, tags={ flutter_upload_task, com.bluechilli.flutteruploader.UploadWorker } ] E/flutter (23543): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: FormatException: Unexpected character (at character 1) E/flutter (23543): java.net.ProtocolException: unexpected end...
Uploading progress updating in bulks rather than on each new progress, which makes the uploading progress very "bulky". It also looks like the progress is falling behind the actual uploading,...
I'm having a weird issue with the current beta, I can run the example app fine and it works in foreground and background, but my own app crashes whenever it...
Improve README.md On my phone, this package crashed my app and it's working when I added changes to code in the manifest file. According to this https://stackoverflow.com/questions/69616758/unable-to-get-provider-workmanager-is-already-initialized
How does this plugin handle failed uploads due to connectivity issues? From my understanding uploads are currently marked as failed and will not resume?
I'm using uploader.progress.listen to show a progress notification and then uploader.result.listen to show a final notification, this is working perfectly fine on Android but on iOS, I see first a...
I am testing on Samsung Galaxy j7 Prime Failed to upload - taskId: e9107260-4284-4e79-a2bd-f3d711cda1c9, code: upload_task_error, error: okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR
For android the flutter uploader works fine, the server able to upload the data. But for iOS, I meet this issue.  Then, I have tried the flutter uploader with...