Skip to content

Commit

Permalink
Add a link to the example code in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 29, 2024
1 parent 214453f commit 377eb22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/docs/applying-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ Various comments are written in the actual code to help you understand the whole

If you already have a Rust crate that you want to use here, just put it inside `./native` and set it as a dependency of the `hub` crate.

Now by heading over to `./native/hub/src/lib.rs`, you can start writing Rust!
Now, by heading over to `./native/hub/src/lib.rs`, you can start writing Rust!

Example code for guidance can be found [here](https://github.com/cunarist/rinf/tree/main/flutter_package/example).

!!! info

Expand Down

0 comments on commit 377eb22

Please sign in to comment.