Skip to content

deps: Upgrade Flutter to 3.25.0-1.0.pre.41 #898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ To update the version bounds:
* Use `flutter upgrade` to upgrade your local Flutter and Dart.
* Run `tools/upgrade flutter-local`, which makes a commit updating
`pubspec.yaml` and `pubspec.lock` to match your local Flutter.
* Make a quick check that things work: `tools/check`,
and do a quick smoke-test of the app.
* Send the changes as a PR.


Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1258,10 +1258,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
watcher:
dependency: transitive
description:
Expand Down Expand Up @@ -1358,5 +1358,5 @@ packages:
source: path
version: "0.0.1"
sdks:
dart: ">=3.6.0-129.0.dev <4.0.0"
flutter: ">=3.24.0-1.0.pre.518"
dart: ">=3.6.0-149.3.beta <4.0.0"
flutter: ">=3.25.0-1.0.pre.41"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ environment:
# that by the time we want to release, these will have become stable.
# TODO: Before general release, switch to stable Flutter and Dart versions,
# or pin exact versions: https://github.com/zulip/zulip-flutter/issues/15
sdk: '>=3.6.0-129.0.dev <4.0.0'
flutter: '>=3.24.0-1.0.pre.518'
sdk: '>=3.6.0-149.3.beta <4.0.0'
flutter: '>=3.25.0-1.0.pre.41'

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