Skip to content

Commit

Permalink
Fix some sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 8, 2023
1 parent 2c410b9 commit aa4bde3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions flutter_ffi_plugin/bin/rinf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ cargo install rinf
```
Messages sent between Dart and Rust are implemented using Protobuf.
If you have newly cloned the project repository
or made changes to the `.proto` files in the `./messages` directory,
If you have made changes to the `.proto` files in the `./messages` directory,
run the following command:
```bash
Expand Down
3 changes: 1 addition & 2 deletions flutter_ffi_plugin/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ cargo install rinf
```

Messages sent between Dart and Rust are implemented using Protobuf.
If you have newly cloned the project repository
or made changes to the `.proto` files in the `./messages` directory,
If you have made changes to the `.proto` files in the `./messages` directory,
run the following command:

```bash
Expand Down
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/example/native/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rust Crates

This folder contains Rust crates. Entry point of the Rust logic is the `hub` library crate. These crates are integrated and compiled into the Flutter app by [Rinf](https://github.com/cunarist/rinf) framework.
This folder contains Rust crates. Entry point of the Rust logic is the `hub` library crate. These crates are integrated and compiled into the Flutter app by the [Rinf](https://github.com/cunarist/rinf) framework.

- Do NOT change the name of the `hub` crate. Compilation presets expect the entry library crate to be located at `./native/hub`.
- Do NOT modify the `bridge` module inside `./native/hub/src` unless you know what you're doing.
Expand Down

0 comments on commit aa4bde3

Please sign in to comment.