Skip to content

Commit

Permalink
deps: Upgrade Flutter to latest main, 3.16.0-6.0.pre.14
Browse files Browse the repository at this point in the history
And update Flutter's supporting libraries to match.
  • Loading branch information
chrisbobbe committed Oct 6, 2023
1 parent b01de85 commit 869951e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.10.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -1022,10 +1022,10 @@ packages:
dependency: transitive
description:
name: web
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
sha256: ccbbfbf29732ee1b391c4c6d13e7032d851f675f47365e81904e4c6fd669c854
url: "https://pub.dev"
source: hosted
version: "0.1.4-beta"
version: "0.2.2-beta"
web_socket_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -1075,5 +1075,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0-73.0.dev <4.0.0"
flutter: ">=3.14.0-5.0.pre.23"
dart: ">=3.2.0-231.0.dev <4.0.0"
flutter: ">=3.16.0-6.0.pre.14"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,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.2.0-73.0.dev <4.0.0'
flutter: '>=3.14.0-5.0.pre.23'
sdk: '>=3.2.0-231.0.dev <4.0.0'
flutter: '>=3.16.0-6.0.pre.14'

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

0 comments on commit 869951e

Please sign in to comment.