easy_docs_viewer 0.0.2-unstable-release
easy_docs_viewer: ^0.0.2-unstable-release copied to clipboard
The idea to make this package came to support pptx or ppt in flutter. But it support others format too which are still on research phase.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_docs_viewer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
easy_docs_viewer: ^0.0.2-unstable-release
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:easy_docs_viewer/easy_docs_viewer.dart';