-
-
Notifications
You must be signed in to change notification settings - Fork 562
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (26 loc) · 1.06 KB
/
pubspec.yaml
File metadata and controls
29 lines (26 loc) · 1.06 KB
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
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.3.0+2
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
homepage: https://github.com/flutter-form-builder-ecosystem
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
topics:
- form
funding:
- https://opencollective.com/flutter-form-builder-ecosystem
screenshots:
- description: Demonstration of the form builder in action, showing a complete form with various input fields.
path: screenshots/complete_form.gif
environment:
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.38.0"
dependencies:
flutter:
sdk: flutter
# This version would be max, the same version used on flutter_localizations
# https://github.com/flutter/flutter/blob/stable/packages/flutter_localizations/pubspec.yaml
intl: ">=0.20.0 <0.21.0"
dev_dependencies:
flutter_lints: ">=6.0.0"
flutter_test:
sdk: flutter