-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (30 loc) · 922 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (30 loc) · 922 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
30
31
32
33
34
name: form_builder_image_picker
description: Images picker field for FlutterFormBuilder. Get images from gallery or camera
version: 4.4.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues
homepage: https://github.com/flutter-form-builder-ecosystem
topics:
- form
funding:
- https://opencollective.com/flutter-form-builder-ecosystem
environment:
sdk: '>=3.10.0 <4.0.0'
flutter: ">=3.38.0"
dependencies:
flutter:
sdk: flutter
flutter_form_builder: ^10.3.0+1
# This version would be max, the same version used on flutter_test
# https://github.com/flutter/flutter/blob/stable/packages/flutter_test/pubspec.yaml#L39N
async: ^2.13.0
image_picker: ^1.2.1
dev_dependencies:
flutter_lints: ">=6.0.0"
platforms:
android:
ios:
linux:
macos:
web:
windows: