mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: send dart notification
This commit is contained in:
parent
35a93939fe
commit
9cd83d02a9
@ -18,7 +18,7 @@ lib-dispatch = { path = "../lib-dispatch" }
|
||||
flowy-database = { path = "../flowy-database" }
|
||||
flowy-revision = { path = "../flowy-revision" }
|
||||
flowy-error = { path = "../flowy-error", features = ["collaboration", "ot", "http_server", "serde", "db"] }
|
||||
dart-notify = { path = "../dart-notify" }
|
||||
dart-notify = { path = "../dart-notify", features = ["dart"] }
|
||||
|
||||
diesel = {version = "1.4.8", features = ["sqlite"]}
|
||||
diesel_derives = {version = "1.4.1", features = ["sqlite"]}
|
||||
|
@ -16,7 +16,7 @@ lib-infra = { path = "../../../shared-lib/lib-infra" }
|
||||
flowy-document = { path = "../flowy-document" }
|
||||
flowy-database = { path = "../flowy-database" }
|
||||
flowy-error = { path = "../flowy-error", features = ["db", "http_server"]}
|
||||
dart-notify = { path = "../dart-notify" }
|
||||
dart-notify = { path = "../dart-notify", features = ["dart"] }
|
||||
lib-dispatch = { path = "../lib-dispatch" }
|
||||
flowy-revision = { path = "../flowy-revision" }
|
||||
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
lib-dispatch = { path = "../lib-dispatch" }
|
||||
dart-notify = { path = "../dart-notify" }
|
||||
dart-notify = { path = "../dart-notify", features = ["dart"] }
|
||||
flowy-revision = { path = "../flowy-revision" }
|
||||
flowy-task= { path = "../flowy-task" }
|
||||
flowy-error = { path = "../flowy-error", features = ["db"]}
|
||||
|
@ -11,7 +11,7 @@ flowy-database = { path = "../flowy-database" }
|
||||
flowy-error = { path = "../flowy-error", features = ["db", "http_server"] }
|
||||
|
||||
lib-infra = { path = "../../../shared-lib/lib-infra" }
|
||||
dart-notify = { path = "../dart-notify" }
|
||||
dart-notify = { path = "../dart-notify", features = ["dart"] }
|
||||
lib-dispatch = { path = "../lib-dispatch" }
|
||||
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
|
Loading…
Reference in New Issue
Block a user