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

fix(deps): Downgrade file_picker to 8.1.4 to fix Android build errors #2713

Merged
merged 1 commit into from
Dec 16, 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
6 changes: 3 additions & 3 deletions packages/neon_framework/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,13 @@ packages:
source: hosted
version: "7.0.1"
file_picker:
dependency: transitive
dependency: "direct overridden"
description:
name: file_picker
sha256: "89500471922dd3a89ab0d6e13ab4a2268c25474bff4ca7c628f55c76e0ced1de"
sha256: "16dc141db5a2ccc6520ebb6a2eb5945b1b09e95085c021d9f914f8ded7f1465c"
url: "https://pub.dev"
source: hosted
version: "8.1.5"
version: "8.1.4"
file_selector_linux:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions packages/neon_framework/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ dev_dependencies:
path: packages/neon_lints
vector_graphics_compiler: any

dependency_overrides:
file_picker: 8.1.4

flutter:
uses-material-design: true
assets:
Expand Down
3 changes: 2 additions & 1 deletion packages/neon_framework/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# melos_managed_dependency_overrides: account_repository,cookie_store,dashboard_app,dynamite_runtime,files_app,interceptor_http_client,neon_framework,neon_http_client,neon_lints,neon_rich_text,news_app,nextcloud,notes_app,notifications_app,notifications_push_repository,sort_box,talk_app
# melos_managed_dependency_overrides: account_repository,cookie_store,dashboard_app,dynamite_runtime,files_app,interceptor_http_client,neon_framework,neon_http_client,neon_lints,neon_rich_text,news_app,nextcloud,notes_app,notifications_app,notifications_push_repository,sort_box,talk_app,file_picker
dependency_overrides:
account_repository:
path: ../packages/account_repository
Expand Down Expand Up @@ -34,3 +34,4 @@ dependency_overrides:
path: ../packages/sort_box
talk_app:
path: ../packages/talk_app
file_picker: 8.1.4