mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: send dart notification (#1629)
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
parent
eed6c753dd
commit
35a93939fe
@ -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…
Reference in New Issue
Block a user