microsoft_viewer 0.0.7 copy "microsoft_viewer: ^0.0.7" to clipboard
microsoft_viewer: ^0.0.7 copied to clipboard

A Flutter based package for viewing Microsoft Office documents like docx, pptx, xlsx.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add microsoft_viewer

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

dependencies:
  microsoft_viewer: ^0.0.7

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:microsoft_viewer/microsoft_viewer.dart';
8
likes
130
points
118
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter based package for viewing Microsoft Office documents like docx, pptx, xlsx.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

archive, collection, flutter, flutter_isolate, flutter_widget_from_html, http, intl, path_provider, xml

More

Packages that depend on microsoft_viewer