mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
fix: send dart notification (#1629)
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
parent
eed6c753dd
commit
35a93939fe
2 changed files with 4 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -17,3 +17,6 @@ lib-dispatch = {path = "../lib-dispatch" }
|
|||
|
||||
[build-dependencies]
|
||||
flowy-codegen = { path = "../flowy-codegen", features = ["dart"]}
|
||||
|
||||
[features]
|
||||
dart = []
|
Loading…
Add table
Add a link
Reference in a new issue