Skip to content

Commit

Permalink
deps: Upgrade Flutter to 3.26.0-1.0.pre.249
Browse files Browse the repository at this point in the history
And update Flutter's supporting libraries to match.
  • Loading branch information
rajveermalviya committed Sep 27, 2024
1 parent 639ff31 commit 38d0834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1276,10 +1276,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
url: "https://pub.dev"
source: hosted
version: "14.2.5"
version: "14.3.0"
wakelock_plus:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1392,5 +1392,5 @@ packages:
source: path
version: "0.0.1"
sdks:
dart: ">=3.6.0-263.0.dev <4.0.0"
flutter: ">=3.26.0-1.0.pre.155"
dart: ">=3.6.0-279.0.dev <4.0.0"
flutter: ">=3.26.0-1.0.pre.249"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ environment:
# We use a recent version of Flutter from its main channel, and
# the corresponding recent version of the Dart SDK.
# Feel free to update these regularly; see README.md for instructions.
sdk: '>=3.6.0-263.0.dev <4.0.0'
flutter: '>=3.26.0-1.0.pre.155'
sdk: '>=3.6.0-279.0.dev <4.0.0'
flutter: '>=3.26.0-1.0.pre.249'

# To update dependencies, see instructions in README.md.
dependencies:
Expand Down

0 comments on commit 38d0834

Please sign in to comment.