diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b258c8..96b934d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.8 +- update `intl` dependency to `^0.19.0` for newer Flutter localization compatibility ## 1.0.7 - updating package versions * archive: ^3.3.7 diff --git a/pubspec.yaml b/pubspec.yaml index 6fd1c07..9979647 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: open_document description: OpenDocument generate a local folder, for file and document storage, also can open pdf, xlsx, docs, ppt and zip files. You can also locate your files by implementing MyFilesScreen you can change folder styles and colors using StyleMyFile -version: 1.0.7 +version: 1.0.8 homepage: https://github.com/fabio21 @@ -18,7 +18,7 @@ dependencies: archive: ^3.3.7 flutter_slidable: ^3.0.0 share_plus: ^7.0.2 - intl: ">=0.18.1 <0.20.0" + intl: ^0.19.0 plugin_platform_interface: ^2.1.4 @@ -72,6 +72,5 @@ flutter: -