download_viewer 0.0.4 copy "download_viewer: ^0.0.4" to clipboard
download_viewer: ^0.0.4 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 Flutter:

 $ flutter pub add download_viewer

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

dependencies:
  download_viewer: ^0.0.4

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:download_viewer/download_viewer.dart';
5
likes
140
points
54
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

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on download_viewer