flutter_any_download 1.1.9 copy "flutter_any_download: ^1.1.9" to clipboard
flutter_any_download: ^1.1.9 copied to clipboard

Simple Flutter download manager for Android & iOS with progress notifications, callbacks, cancellation, silent mode, and multiple file downloads.

1.1.9 #

  • Bug fix: Fixed resource leak — IOSink and http.Client are now properly closed when a network exception occurs mid-stream
  • Bug fix: Fixed ..withValues() cascade operator bug in example app — alpha transparency was not being applied on 8 UI elements
  • Refactor: Merged redundant duplicate branches for Android 10 and Android 11+ in _getSavePath (both used identical scoped storage logic)
  • Refactor: Moved _lastNotificationProgress from a shared instance variable to a per-download local variable, fixing potential interference between concurrent downloads
  • Cleanup: Removed lib/demo.dart — file contained only commented-out duplicate code
  • Docs: Updated README with correct dependency versions, fixed code typo, corrected WRITE_EXTERNAL_STORAGE maxSdkVersion (28, not 32), and full professional rewrite

1.1.8 #

  • In Android 10: PathAccessException - Cannot open file - Solved

1.1.7 #

  • Minor bug fixed

1.1.6 #

  • Minor bug fixed

1.1.5 #

  • iOS Notification issue fixed

1.1.1 #

  • Initial release
  • Cross-platform download support (iOS & Android)
  • Real-time progress notifications
  • Cancellation support
  • File opening integration
  • Comprehensive error handling
1
likes
140
points
127
downloads

Documentation

Documentation
API reference

Publisher

verified publishersanjaysharma.info

Weekly Downloads

Simple Flutter download manager for Android & iOS with progress notifications, callbacks, cancellation, silent mode, and multiple file downloads.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

device_info_plus, flutter, flutter_local_notifications, http, path_provider, permission_handler, plugin_platform_interface

More

Packages that depend on flutter_any_download

Packages that implement flutter_any_download