-
Notifications
You must be signed in to change notification settings - Fork 673
/
pubspec.yaml
49 lines (44 loc) · 1.26 KB
/
pubspec.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: file_picker
description: A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
repository: https://github.com/miguelpruivo/flutter_file_picker
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
version: 8.1.4
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.17
plugin_platform_interface: ^2.1.8
ffi: ^2.0.1
path: ^1.8.2
win32: ^5.5.1
cross_file: ^0.3.3+7
web: ^1.0.0
dev_dependencies:
lints: ^4.0.0
flutter_test:
sdk: flutter
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter:
plugin:
platforms:
android:
package: com.mr.flutter.plugin.filepicker
pluginClass: FilePickerPlugin
dartPluginClass: FilePickerIO
ios:
pluginClass: FilePickerPlugin
dartPluginClass: FilePickerIO
web:
pluginClass: FilePickerWeb
fileName: _internal/file_picker_web.dart
macos:
dartPluginClass: FilePickerMacOS
windows:
dartPluginClass: FilePickerWindows
linux:
dartPluginClass: FilePickerLinux