flutter_downloader
flutter_downloader copied to clipboard
Flutter Downloader - A plugin for creating and managing download tasks.
File download cancelled instead of failed like when there is poor network connection. Because of this it is impossible to retry, only restart.
Xcode 14.2   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...
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...
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,...
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...