mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
parent
d862455342
commit
60ba775bed
@ -28,12 +28,11 @@ packages:
|
||||
app_links:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: c64ce17
|
||||
resolved-ref: c64ce174586267dbab1185ef9acb19b7c49fc7bd
|
||||
url: "https://github.com/LucasXu0/app_links"
|
||||
source: git
|
||||
version: "3.4.3"
|
||||
name: app_links
|
||||
sha256: "4e392b5eba997df356ca6021f28431ce1cfeb16758699553a94b13add874a3bb"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.5.0"
|
||||
appflowy_backend:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -120,7 +120,7 @@ dependencies:
|
||||
# TODO: Consider implementing custom package
|
||||
# to gather notification handling for all platforms
|
||||
local_notifier: ^0.1.5
|
||||
app_links: ^3.4.1
|
||||
app_links: ^3.5.0
|
||||
flutter_slidable: ^3.0.0
|
||||
image_picker: ^1.0.4
|
||||
image_gallery_saver: ^2.0.3
|
||||
@ -153,11 +153,6 @@ dependency_overrides:
|
||||
ref: 4bd9139
|
||||
path: packages/supabase_flutter
|
||||
|
||||
app_links:
|
||||
git:
|
||||
url: https://github.com/LucasXu0/app_links
|
||||
ref: c64ce17
|
||||
|
||||
url_protocol:
|
||||
git:
|
||||
url: https://github.com/LucasXu0/flutter_url_protocol.git
|
||||
|
Loading…
Reference in New Issue
Block a user