fix: send dart notification (#1629)

Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
Nathan.fooo
2023-01-01 22:34:38 +08:00
committed by GitHub
parent eed6c753dd
commit 35a93939fe
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ parking_lot = "0.12.1"
lib-dispatch = { path = "../lib-dispatch" }
flowy-sdk = { path = "../flowy-sdk" }
dart-notify = { path = "../dart-notify" }
dart-notify = { path = "../dart-notify", feature = ["dart"] }
flowy-derive = { path = "../flowy-derive" }
[features]