We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed6c75 commit 35a9393Copy full SHA for 35a9393
frontend/rust-lib/dart-ffi/Cargo.toml
@@ -27,7 +27,7 @@ parking_lot = "0.12.1"
27
28
lib-dispatch = { path = "../lib-dispatch" }
29
flowy-sdk = { path = "../flowy-sdk" }
30
-dart-notify = { path = "../dart-notify" }
+dart-notify = { path = "../dart-notify", feature = ["dart"] }
31
flowy-derive = { path = "../flowy-derive" }
32
33
[features]
frontend/rust-lib/dart-notify/Cargo.toml
@@ -17,3 +17,6 @@ lib-dispatch = {path = "../lib-dispatch" }
17
18
[build-dependencies]
19
flowy-codegen = { path = "../flowy-codegen", features = ["dart"]}
20
+
21
+[features]
22
+dart = []
0 commit comments