Skip to content

Commit 35d5fcd

Browse files
committed
Fix the flutter version and sdk versions to the latest available stable versions
1 parent 89b8aed commit 35d5fcd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,10 @@ packages:
492492
dependency: transitive
493493
description:
494494
name: path_provider_android
495-
sha256: "993381400e94d18469750e5b9dcb8206f15bc09f9da86b9e44a9b0092a0066db"
495+
sha256: "3b4c1fc3aa55ddc9cd4aa6759984330d5c8e66aa7702a6223c61540dc6380c37"
496496
url: "https://pub.dev"
497497
source: hosted
498-
version: "2.2.18"
498+
version: "2.2.19"
499499
path_provider_foundation:
500500
dependency: transitive
501501
description:
@@ -700,10 +700,10 @@ packages:
700700
dependency: transitive
701701
description:
702702
name: shared_preferences_android
703-
sha256: "0b0f98d535319cb5cdd4f65783c2a54ee6d417a2f093dbb18be3e36e4c3d181f"
703+
sha256: "34266009473bf71d748912da4bf62d439185226c03e01e2d9687bc65bbfcb713"
704704
url: "https://pub.dev"
705705
source: hosted
706-
version: "2.4.14"
706+
version: "2.4.15"
707707
shared_preferences_foundation:
708708
dependency: transitive
709709
description:
@@ -897,10 +897,10 @@ packages:
897897
dependency: transitive
898898
description:
899899
name: url_launcher_android
900-
sha256: c0fb544b9ac7efa10254efaf00a951615c362d1ea1877472f8f6c0fa00fcf15b
900+
sha256: "5c8b6c2d89a78f5a1cca70a73d9d5f86c701b36b42f9c9dac7bad592113c28e9"
901901
url: "https://pub.dev"
902902
source: hosted
903-
version: "6.3.23"
903+
version: "6.3.24"
904904
url_launcher_ios:
905905
dependency: transitive
906906
description:
@@ -1015,4 +1015,4 @@ packages:
10151015
version: "3.1.3"
10161016
sdks:
10171017
dart: ">=3.9.0 <4.0.0"
1018-
flutter: ">=3.35.0"
1018+
flutter: "3.35.5"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
22-
sdk: '>=3.3.4 <4.0.0'
23-
flutter: 3.27.3
22+
sdk: '>=3.9.0 <4.0.0'
23+
flutter: 3.35.5
2424

2525
# Dependencies specify other packages that your package needs in order to work.
2626
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)