flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Flutter Downloader - A plugin for creating and managing download tasks.

Results 245 flutter_downloader issues
Sort by recently updated
recently updated
newest added

File download cancelled instead of failed like when there is poor network connection. Because of this it is impossible to retry, only restart.

bug

Xcode 14.2 ![image](https://user-images.githubusercontent.com/55651883/211758038-b734cebf-b9e2-4cbe-8e66-b9410e825e8c.png) ![image](https://user-images.githubusercontent.com/55651883/211758765-19d384d3-4198-4b93-a265-6fe4a5cd5ef9.png) fl_chart: ^0.55.1 dio: ^4.0.6 cupertino_icons: ^1.0.2 json_annotation: ^4.4.0 shared_preferences: ^2.0.5 connectivity: ^3.0.3 dio_cache_interceptor: ^3.0.1 dio_cookie_manager: ^2.0.0 flutter_easyloading: ^3.0.3 event_bus: ^2.0.0 cached_network_image: ^3.2.0 provider: ^6.0.4 pull_to_refresh: ^2.0.0...

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** **Screenshots** **Desktop...

bug

FlutterDownloader.open(taskId: downloadTaskId); does not work sometimes on iOS 13 Tested on devices: iPhone XR, iPhone XS, iPhone XS MAX

On both Android and iOS, downloads sometimes fail with this error message: `flutter: not found task corresponding to given task id` I found that running `flutter clean` and rebuilding the...

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.3.9, on macOS 12.5.1 21G83 darwin-arm, locale en-NP) [✓] Android toolchain - develop for Android devices...

bug

Hi, Since we do not want to notify user that the video download is finished, when creating download task, showNotification is set to false in this way: FlutterDownloader.enqueue( url: widget.videoUrl,...

bug

I'm getting this error D/EGL_emulation( 2988): app_time_stats: avg=788.55ms min=4.57ms max=20855.36ms count=27 I/flutter ( 2988): Saved Directory: /storage/emulated/0/Android/data/com.example.pixifusion/files/downloads I/flutter ( 2988): Download Task ID: f30f65e2-ab58-4e67-bd40-570efefad7e0 W/System.err( 2988): java.lang.NullPointerException W/System.err( 2988): at...

bug