-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpubspec.yaml
More file actions
25 lines (21 loc) · 755 Bytes
/
pubspec.yaml
File metadata and controls
25 lines (21 loc) · 755 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
name: flutter_document_picker
description: Allows user pick a document. Picked document is copied to app temporary directory. Optionally allows pick document with specific extension only.
version: 5.2.3
homepage: https://github.com/sidlatau/flutter_document_picker
environment:
sdk: ">=2.16.0 <4.0.0"
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.sidlatau.flutterdocumentpicker
pluginClass: FlutterDocumentPickerPlugin
ios:
pluginClass: FlutterDocumentPickerPlugin