tbib_downloader 2.4.0-support-old-device-info-plus
tbib_downloader: ^2.4.0-support-old-device-info-plus copied to clipboard
This package for download file and open it you can display notifications and progress notification and can receive download bytes and total bytes.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tbib_downloaderWith Flutter:
$ flutter pub add tbib_downloaderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tbib_downloader: ^2.4.0-support-old-device-info-plusAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tbib_downloader/tbib_downloader.dart';