download_viewer 0.0.2 copy "download_viewer: ^0.0.2" to clipboard
download_viewer: ^0.0.2 copied to clipboard

A Flutter package to download and view images, PDFs, and other document formats using native or custom viewers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add download_viewer

With Flutter:

 $ flutter pub add download_viewer

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

dependencies:
  download_viewer: ^0.0.2

Alternatively, 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:download_viewer/download_viewer.dart';
5
likes
0
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to download and view images, PDFs, and other document formats using native or custom viewers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, flutter_pdfview, open_filex, path, path_provider, photo_view

More

Packages that depend on download_viewer