From 07bb4d96696eef91634377c1c4b6f5bb7e2ec9a1 Mon Sep 17 00:00:00 2001 From: Rodrigo Ferreira Date: Sat, 11 Oct 2025 11:21:10 -0300 Subject: [PATCH] upgrade deps --- .tool-versions | 2 ++ pubspec.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .tool-versions diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 000000000..4852e38f1 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +flutter 3.32.8 +dart 3.8.1 diff --git a/pubspec.yaml b/pubspec.yaml index 942a9fc0e..1f385d133 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,9 +13,9 @@ dependencies: sdk: flutter # Follows the intl version included in Flutter. # https://github.com/flutter/flutter/blob/84a1e904f44f9b0e9c4510138010edcc653163f8/packages/flutter_localizations/pubspec.yaml#L11 - intl: ^0.19.0 - rxdart: ^0.27.7 - collection: ^1.18.0 + intl: ^0.20.2 + rxdart: ^0.28.0 + collection: ^1.19.1 dev_dependencies: flutter_test: