From 2bb46e5db80fc7bc639e2e858899ce36cf7b7a47 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 11:18:03 +0000 Subject: [PATCH 1/2] Initial plan From 62dc424b495fa677a8235c782bc387ecdb09dbdd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 11:19:31 +0000 Subject: [PATCH 2/2] fix: update intl constraint for newer Flutter localization deps Agent-Logs-Url: https://github.com/fabio21/open_document/sessions/5c48475a-420c-4bdc-8b12-7b3184bab353 Co-authored-by: fabio21 <8049768+fabio21@users.noreply.github.com> --- CHANGELOG.md | 2 ++ pubspec.yaml | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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: -