-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 632 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
30 lines (26 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: docx_viewer
description: A Flutter package which allows you to view Docx/Doc document format for Android, iOS, Web, Windows, macOS, and Linux.
version: 1.0.1
homepage: https://github.com/santoshvandari/docx_viewer
repository: https://github.com/santoshvandari/docx_viewer
documentation: https://pub.dev/packages/docx_viewer
platforms:
android:
ios:
web:
windows:
macos:
linux:
environment:
sdk: '>=3.5.0 <4.0.0'
flutter: '>=3.10.0'
dependencies:
flutter:
sdk: flutter
archive: ^4.0.0
xml: ^6.5.0
http: ^1.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=4.0.0 <7.0.0"