diff --git a/CHANGELOG.md b/CHANGELOG.md index a731f1f..26714d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 17.0.0+1 + +- Reduce `intl` dependency constraint to match Flutter 3.16.0 + # 17.0.0 ## Breaking changes diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 850092e..9bff059 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -24,7 +24,9 @@ environment: dependencies: flutter: sdk: flutter - intl: ^0.19.0 + flutter_localizations: + sdk: flutter + intl: '>=0.18.1 <1.0.0' reactive_forms: path: ../ #reactive_forms_widgets: ^0.3.1 diff --git a/pubspec.yaml b/pubspec.yaml index 61eef46..383e6c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: reactive_forms description: This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular Reactive Forms. -version: 17.0.0 +version: 17.0.0+1 homepage: "https://github.com/joanpablo/reactive_forms" environment: @@ -10,7 +10,10 @@ environment: dependencies: flutter: sdk: flutter - intl: ">=0.19.0 <1.0.0" + # Keep flutter_localizations to ensure correct intl constraints + flutter_localizations: + sdk: flutter + intl: ">=0.18.1 <1.0.0" dev_dependencies: flutter_lints: ^3.0.2