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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]

View File

@ -17,3 +17,6 @@ lib-dispatch = {path = "../lib-dispatch" }
[build-dependencies]
flowy-codegen = { path = "../flowy-codegen", features = ["dart"]}
[features]
dart = []