-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
22 lines (19 loc) · 722 Bytes
/
pubspec.yaml
File metadata and controls
22 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.2.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
funding:
- https://opencollective.com/flutter-form-builder-ecosystem
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
intl: ">=0.18.0 <0.20.0"
dev_dependencies:
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter