fix: scheme doesn't work on macOS with flutter 3.16 (#4147)

* fix: scheme doesn't work on macOS with flutter 3.16

* chore: revert code
This commit is contained in:
Lucas.Xu 2023-12-15 16:07:08 +08:00 committed by GitHub
parent d862455342
commit 60ba775bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 12 deletions

View File

@ -28,12 +28,11 @@ packages:
app_links: app_links:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." name: app_links
ref: c64ce17 sha256: "4e392b5eba997df356ca6021f28431ce1cfeb16758699553a94b13add874a3bb"
resolved-ref: c64ce174586267dbab1185ef9acb19b7c49fc7bd url: "https://pub.dev"
url: "https://github.com/LucasXu0/app_links" source: hosted
source: git version: "3.5.0"
version: "3.4.3"
appflowy_backend: appflowy_backend:
dependency: "direct main" dependency: "direct main"
description: description:

View File

@ -120,7 +120,7 @@ dependencies:
# TODO: Consider implementing custom package # TODO: Consider implementing custom package
# to gather notification handling for all platforms # to gather notification handling for all platforms
local_notifier: ^0.1.5 local_notifier: ^0.1.5
app_links: ^3.4.1 app_links: ^3.5.0
flutter_slidable: ^3.0.0 flutter_slidable: ^3.0.0
image_picker: ^1.0.4 image_picker: ^1.0.4
image_gallery_saver: ^2.0.3 image_gallery_saver: ^2.0.3
@ -153,11 +153,6 @@ dependency_overrides:
ref: 4bd9139 ref: 4bd9139
path: packages/supabase_flutter path: packages/supabase_flutter
app_links:
git:
url: https://github.com/LucasXu0/app_links
ref: c64ce17
url_protocol: url_protocol:
git: git:
url: https://github.com/LucasXu0/flutter_url_protocol.git url: https://github.com/LucasXu0/flutter_url_protocol.git