Skip to content

Commit

Permalink
Format code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Jun 16, 2024
1 parent ab25848 commit 7168842
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ StreamBuilder(
```rust
MyMessage {
current_number: 7,
}.send_signal_to_dart()
}
.send_signal_to_dart()
```

Of course, the opposite way from Dart to Rust is also possible in a similar manner.
Expand Down
3 changes: 2 additions & 1 deletion flutter_ffi_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ StreamBuilder(
```rust
MyMessage {
current_number: 7,
}.send_signal_to_dart()
}
.send_signal_to_dart()
```

Of course, the opposite way from Dart to Rust is also possible in a similar manner.
Expand Down
3 changes: 2 additions & 1 deletion rust_crate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ StreamBuilder(
```rust
MyMessage {
current_number: 7,
}.send_signal_to_dart()
}
.send_signal_to_dart()
```

Of course, the opposite way from Dart to Rust is also possible in a similar manner.
Expand Down

0 comments on commit 7168842

Please sign in to comment.