forked from LiWenHui96/flutter_file_view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 688 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (25 loc) · 688 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: flutter_file_view
description: A file viewer plugin for Flutter, support local file and network link of Android, iOS.
version: 2.1.3-alpha.1
homepage: https://github.com/LiWenHui96
repository: https://github.com/LiWenHui96/flutter_file_view
issue_tracker: https://github.com/LiWenHui96/flutter_file_view/issues
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"
dependencies:
dio: ^4.0.0
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.file.view
pluginClass: FlutterFileViewPlugin
ios:
pluginClass: FlutterFileViewPlugin