-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (25 loc) · 959 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (25 loc) · 959 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
name: form_builder_cupertino_fields
description: Additional form inputs fields with Cupertino style for flutter_form_builder package
version: 0.7.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/issues
homepage: https://github.com/flutter-form-builder-ecosystem
topics:
- form
- cupertino
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_localizations
# https://github.com/flutter/flutter/blob/17025dd88227cd9532c33fa78f5250d548d87e9a/packages/flutter_localizations/pubspec.yaml#L14
intl: ">=0.20.0 <0.21.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=6.0.0"