From eb51569351fed45ee116a63ea99d7f601f71be1e Mon Sep 17 00:00:00 2001 From: Sailesh Dahal Date: Sun, 3 Nov 2024 10:10:53 +0545 Subject: [PATCH] chore: bump packages --- pubspec.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5f5acea8..3f14234a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,21 +11,21 @@ platforms: windows: environment: - sdk: '>=2.17.0 <3.0.0' + sdk: ">=3.5.0 <4.0.0" dependencies: flutter: sdk: flutter - get_it: ^7.1.4 - meta: ^1.3.0 - provider: ^6.0.0 - collection: ^1.15.0 + get_it: ^8.0.2 + meta: ^1.15.0 + provider: ^6.1.2 + collection: ^1.18.0 # Remove the path and use pub one after publish the stacked_shared - stacked_shared: ^1.3.1 - universal_io: ^2.0.4 - path: ^1.8.2 + stacked_shared: ^1.4.2 + universal_io: ^2.2.2 + path: ^1.9.0 dev_dependencies: - flutter_lints: ^2.0.1 + flutter_lints: ^5.0.0 flutter_test: sdk: flutter