Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 12, 2024
1 parent 3179170 commit 7bbe5f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ _Please provide the output from the command below, using markdown codeblock synt
```bash
rustc --version
flutter doctor
dart pub global activate native_doctor
dart pub global run native_doctor
```
2 changes: 2 additions & 0 deletions documentation/docs/installing-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Once the installations are complete, verify your system's readiness with the fol
```bash title="CLI"
rustc --version
flutter doctor
dart pub global activate native_doctor
dart pub global run native_doctor
```

Additionally, check that the native toolchains are fully set up:
Expand Down
4 changes: 3 additions & 1 deletion flutter_ffi_plugin/bin/src/helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,13 @@ To run and build this app, you need to have
and [Rust toolchain](https://www.rust-lang.org/tools/install)
installed on your system.
You can check that your system is ready with the commands below.
Note that all the Flutter subcomponents should be installed.
Note that all the subcomponents should be installed.
```bash
rustc --version
flutter doctor
dart pub global activate native_doctor
dart pub global run native_doctor
```
You also need to have the CLI tool for Rinf ready.
Expand Down
4 changes: 3 additions & 1 deletion flutter_ffi_plugin/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ To run and build this app, you need to have
and [Rust toolchain](https://www.rust-lang.org/tools/install)
installed on your system.
You can check that your system is ready with the commands below.
Note that all the Flutter subcomponents should be installed.
Note that all the subcomponents should be installed.

```bash
rustc --version
flutter doctor
dart pub global activate native_doctor
dart pub global run native_doctor
```

You also need to have the CLI tool for Rinf ready.
Expand Down

0 comments on commit 7bbe5f0

Please sign in to comment.