download 0.0.1 copy "download: ^0.0.1" to clipboard
download: ^0.0.1 copied to clipboard

outdated

Cross-Platform file downloader for Dart and Flutter projects.

Cross-Platform file downloader for Dart and Flutter projects.

pub package

Features #

Supports these platforms:

  • Android
  • iOS
  • Linux
  • MacOS
  • Web
  • Windows

There are a few caveats about this function:

  • On the web it caches the contents in a Blob and eventually saves the file in browser's default location.
  • On desktop it saves the file in absolute or relative path.
  • On mobile it saves the file in absolute or relative path, but we should ask/ensure if the app has the required permissions.
  • On the web, not supported in IE or Edge (prior version 18), or in Safari (prior version 10.1).

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

import 'package:download/download.dart';
final stream = Stream.fromIterable('Hello World!'.codeUnits);
download(stream, 'hello.txt');

Please refer to /example folder for a working example.

Additional information #

Please feel free to contribute to the project or file an issue.

72
likes
0
pub points
95%
popularity

Publisher

verified publisherpwa.ir

Cross-Platform file downloader for Dart and Flutter projects.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on download