diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ce651..24c06b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -285,4 +285,7 @@ Fix: deprecation warnings ## [0.35.0] Upgrade intl@0.18.1, xml2json@6.2.2, toml@0.15.0, http@1.1.2 -Fix: deprecation warnings \ No newline at end of file +Fix: deprecation warnings + +## [0.35.1] +Change intl version to '>=0.17.0-0 <=0.19.0' \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 764a0f6..27a13cd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -137,7 +137,7 @@ packages: path: ".." relative: true source: path - version: "0.35.0" + version: "0.35.1" flutter_localizations: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 5cd901f..0ba2a56 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_i18n description: i18n made easy for Flutter. With flutter_i18n you can make your app international, using just a simple .json, .xml, .yaml or .toml file! -version: 0.35.0 +version: 0.35.1 homepage: https://github.com/ilteoood/flutter_i18n issue_tracker: https://github.com/ilteoood/flutter_i18n/issues @@ -11,7 +11,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - intl: ^0.18.1 + intl: '>=0.17.0-0 <=0.19.0' yaml: ^3.1.2 xml2json: ^6.2.2 path: ^1.8.3