-
-
Notifications
You must be signed in to change notification settings - Fork 542
/
Copy pathpubspec.yaml
26 lines (23 loc) · 966 Bytes
/
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
name: flutter_form_builder
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
version: 10.0.0-dev.3
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
homepage: https://github.com/flutter-form-builder-ecosystem
topics:
- form
funding:
- https://opencollective.com/flutter-form-builder-ecosystem
environment:
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"
dependencies:
flutter:
sdk: flutter
# 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.19.0 <0.20.0"
dev_dependencies:
flutter_lints: ">=5.0.0 <6.0.0"
flutter_test:
sdk: flutter