open_document 1.0.5 copy "open_document: ^1.0.5" to clipboard
open_document: ^1.0.5 copied to clipboard

Opendocument generate a folder and open the pdf, xlsx, docs, ppt and zip files, you can also locate your MyFilesScreen implement file and for style use StyleMyFile.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open_document

With Flutter:

 $ flutter pub add open_document

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

dependencies:
  open_document: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:open_document/open_document.dart';
44
likes
0
pub points
93%
popularity

Publisher

unverified uploader

Opendocument generate a folder and open the pdf, xlsx, docs, ppt and zip files, you can also locate your MyFilesScreen implement file and for style use StyleMyFile.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, flutter, flutter_slidable, intl, path_provider_windows, plugin_platform_interface, share_plus, url_launcher

More

Packages that depend on open_document