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

A Flutter package which allows you to view any document format for Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add document_viewer

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

dependencies:
  document_viewer: ^0.0.1

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:document_viewer/document_viewer.dart';
32
likes
140
points
131
downloads

Publisher

verified publisherzingworks.in

Weekly Downloads

A Flutter package which allows you to view any document format for Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

docx_to_text, external_path, flutter, path_provider, pdf_viewer_plugin, permission_handler, photo_view

More

Packages that depend on document_viewer