Skip to content

Commit

Permalink
fixup! Upgrade to Flutter master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Aug 29, 2024
1 parent ca902cc commit 9bae9f1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion core/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ packages:
source: hosted
version: "3.0.1"
win32:
dependency: transitive
dependency: "direct overridden"
description:
name: win32
sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a"
Expand Down
1 change: 1 addition & 0 deletions core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dev_dependencies:
dependency_overrides:
build_runner: 2.4.12
build_runner_core: 7.2.9
win32: 5.5.4

flutter:
# The following line ensures that the Material Icons font is
Expand Down
2 changes: 1 addition & 1 deletion model/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ packages:
source: hosted
version: "3.0.1"
win32:
dependency: transitive
dependency: "direct overridden"
description:
name: win32
sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a"
Expand Down
1 change: 1 addition & 0 deletions model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dependency_overrides:
build_runner: 2.4.12
build_runner_core: 7.2.9
json_annotation: 4.8.1
win32: 5.5.4

flutter:
# The following line ensures that the Material Icons font is
Expand Down
17 changes: 8 additions & 9 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,12 +547,11 @@ packages:
file_picker:
dependency: "direct main"
description:
path: "."
ref: "email_supported_5.3.1"
resolved-ref: "6abb5a30d33ed04413bbc0273bfa946c379b28f0"
url: "https://github.com/linagora/flutter_file_picker"
source: git
version: "5.3.1"
name: file_picker
sha256: "825aec673606875c33cd8d3c4083f1a3c3999015a84178b317b7ef396b7384f3"
url: "https://pub.dev"
source: hosted
version: "8.0.7"
file_selector_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -2294,13 +2293,13 @@ packages:
source: hosted
version: "3.0.3"
win32:
dependency: transitive
dependency: "direct overridden"
description:
name: win32
sha256: "5a751eddf9db89b3e5f9d50c20ab8612296e4e8db69009788d6c8b060a84191c"
sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a"
url: "https://pub.dev"
source: hosted
version: "4.1.4"
version: "5.5.4"
win32_registry:
dependency: transitive
description:
Expand Down
6 changes: 2 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,11 @@ dependency_overrides:
build_runner: 2.4.12
build_runner_core: 7.2.9
json_annotation: 4.8.1
win32: 5.5.4

# TODO: replace when upstream PR is merged:
# https://github.com/miguelpruivo/flutter_file_picker/pull/1482
file_picker:
git:
url: https://github.com/linagora/flutter_file_picker
ref: email_supported_5.3.1
file_picker: 8.0.7

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 9bae9f1

Please sign in to comment.