offline_document_viewer 0.1.0
offline_document_viewer: ^0.1.0 copied to clipboard
View PDF, Word, Excel and PowerPoint documents fully offline. Renders on the device with bundled open-source engines — no network, no server, no cloud.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add offline_document_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
offline_document_viewer: ^0.1.0Alternatively, 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:offline_document_viewer/offline_document_viewer.dart';