flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

background upload plugin for flutter

Results 80 flutter_uploader issues
Sort by recently updated
recently updated
newest added

Added a parameter `useBackgroundUrSession` to differentiate if we need to upload using the default session Configuration. Background session configuration offers lower upload speeds and is mainly at the mercy of...

URLSessionDidReceiveData: URLSessionDidCompleteWithError: chillisource.flutter_uploader.upload.background.E6E4B869-3344-4B8F-9D1F-44ECA433057C with response: { URL: https://apidevseer.eivolo.com/ } { Status Code: 404, Headers { "Cache-Control" = ( "no-cache, private" ); Connection = ( "keep-alive" ); "Content-Type" = ( "application/json"...

Hi, This is very straightforward issue, I can't find the source code of version 3.0.0-beta.x however its mentioned in the pub.dev website

For context: I have an app that is often used in low/no service areas, and needs to upload small JSON objects. I currently queue requests while offline, and then when...

In an effort to bring it to runnable state here's a chunky PR that brings the following changes: - Migrate to Dart 3, update version constraints to require Flutter >=3.3.0...

pub.dev/dropdown_button2-1.9.4/lib/dropdown_button2.dart:1667:51: Error: The getter 'subtitle1' isn't defined for the class 'TextTheme'. This appears to be due to changes in the Flutter SDK where `subtitle1` has been renamed or deprecated. **To...

Hi dev team Is there any new version available of this plugin or replacement of this pluggin as it is already deprecated and not managed. My two app is totally...

``` C:\Users\nick_\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_uploader-3.0.0-beta.4\android\src\main\java\com\bluechilli\flutteruploader\FlutterUploaderPlugin.java:18: error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar; ^ symbol: class Registrar location: interface PluginRegistry C:\Users\nick_\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_uploader-3.0.0-beta.4\android\src\main\java\com\bluechilli\flutteruploader\FlutterUploaderPlugin.java:46: error: cannot find symbol public static void registerWith(Registrar registrar) { ^ symbol: class Registrar...