fix: send dart notification

This commit is contained in:
nathan
2023-01-01 22:48:28 +08:00
parent 35a93939fe
commit 9cd83d02a9
4 changed files with 4 additions and 4 deletions

View File

@ -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" }