-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
25 lines (22 loc) · 748 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
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: 9.4.1
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
- forms
funding:
- https://opencollective.com/flutter-form-builder-ecosystem
environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
intl: ">=0.19.0 <0.20.0"
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter