Skip to content
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

deps: Upgrade Flutter to 3.27.0-1.0.pre.166 #1018

Merged
merged 1 commit into from
Oct 23, 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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@ packages:
dependency: transitive
description:
name: file
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
url: "https://pub.dev"
source: hosted
version: "7.0.0"
version: "7.0.1"
file_picker:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1400,5 +1400,5 @@ packages:
source: path
version: "0.0.1"
sdks:
dart: ">=3.6.0-334.2.beta <4.0.0"
flutter: ">=3.27.0-1.0.pre.25"
dart: ">=3.7.0-50.0.dev <4.0.0"
flutter: ">=3.27.0-1.0.pre.166"
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-334.2.beta <4.0.0'
flutter: '>=3.27.0-1.0.pre.25'
sdk: '>=3.7.0-50.0.dev <4.0.0'
flutter: '>=3.27.0-1.0.pre.166'

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