file_downloader_android 1.0.0 copy "file_downloader_android: ^1.0.0" to clipboard
file_downloader_android: ^1.0.0 copied to clipboard

PlatformAndroid

file download impl by android, support resuming transfer from breakpoints

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_downloader_android

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  file_downloader_android: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_downloader_android/api_generated.dart';
import 'package:file_downloader_android/file_downloader.dart';
import 'package:file_downloader_android/file_downloader_method_channel.dart';
import 'package:file_downloader_android/file_downloader_platform_interface.dart';
1
likes
135
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

file download impl by android, support resuming transfer from breakpoints

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

base_api_response_flutter, flutter, plugin_platform_interface

More

Packages that depend on file_downloader_android

Packages that implement file_downloader_android