-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
48 lines (43 loc) · 1.04 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
name: flimer
description: Flutter plugin for picking images on Mobile, Desktop and Web.
version: 1.0.2
homepage: https://github.com/eyro-labs/flimer
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
cross_file: ^0.3.3+2
image_picker: ^0.8.6
image_picker_platform_interface: ^2.6.2
file_selector: ^0.9.2+2
file_selector_platform_interface: ^2.4.0
file_selector_macos: ^0.9.0+4
file_selector_windows: ^0.9.1+4
file_selector_linux: ^0.9.0+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.mesosfer.flimer
pluginClass: FlimerPlugin
ios:
pluginClass: FlimerPlugin
web:
pluginClass: FlimerHtml
fileName: flimer_html.dart
macos:
dartPluginClass: Flimer
pluginClass: none
windows:
dartPluginClass: Flimer
pluginClass: none
linux:
dartPluginClass: Flimer
pluginClass: none