-
-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (27 loc) · 824 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (27 loc) · 824 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
29
30
31
name: form_builder_validators
description: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.
version: 11.3.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_validators
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues
homepage: https://github.com/flutter-form-builder-ecosystem
topics:
- form
- validator
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_localizations:
sdk: flutter
intl: ">=0.20.0 <0.21.0"
dev_dependencies:
faker_dart: ^0.2.3
flutter_lints: ">=6.0.0"
flutter_test:
sdk: flutter
flutter:
generate: true