Skip to content

Commit ee2c0c2

Browse files
build: allow intl version up to 0.21
1 parent 2d623f3 commit ee2c0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: form_builder_extra_fields
22
description: Additional ready-made form input fields for flutter_form_builder package
33
version: 11.1.0
4-
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues
54
homepage: https://github.com/flutter-form-builder-ecosystem
65
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields
6+
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues
77
topics:
88
- form
99
funding:
@@ -22,7 +22,7 @@ dependencies:
2222
signature: ^6.0.0
2323
# This version would be max, the same version used on flutter_localizations
2424
# https://github.com/flutter/flutter/blob/17025dd88227cd9532c33fa78f5250d548d87e9a/packages/flutter_localizations/pubspec.yaml#L14
25-
intl: ^0.19.0
25+
intl: ">=0.19.0 <0.21.0"
2626
flutter_typeahead: ^5.2.0
2727
flutter_rating_bar: ^4.0.1
2828

0 commit comments

Comments
 (0)