-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 604 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
27 lines (23 loc) · 604 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
name: multi_image_picker
description: Flutter plugin that allows you to display multi image picker on iOS and Android.
version: 4.9.1
homepage: https://github.com/idabgsram/multi_image_picker
dependencies:
flutter:
sdk: flutter
meta: ^1.12.0
dev_dependencies:
flutter_test:
sdk: flutter
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.guzram.multiimagepicker
pluginClass: MultiImagePickerPlugin
ios:
pluginClass: MultiImagePickerPlugin
environment:
sdk: '>=3.4.3 <4.0.0'
flutter: '>=3.3.0'