Skip to content

Commit 35a9393

Browse files
authored
fix: send dart notification (#1629)
Co-authored-by: nathan <[email protected]>
1 parent eed6c75 commit 35a9393

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

frontend/rust-lib/dart-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parking_lot = "0.12.1"
2727

2828
lib-dispatch = { path = "../lib-dispatch" }
2929
flowy-sdk = { path = "../flowy-sdk" }
30-
dart-notify = { path = "../dart-notify" }
30+
dart-notify = { path = "../dart-notify", feature = ["dart"] }
3131
flowy-derive = { path = "../flowy-derive" }
3232

3333
[features]

frontend/rust-lib/dart-notify/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ lib-dispatch = {path = "../lib-dispatch" }
1717

1818
[build-dependencies]
1919
flowy-codegen = { path = "../flowy-codegen", features = ["dart"]}
20+
21+
[features]
22+
dart = []

0 commit comments

Comments
 (0)