diff --git a/documentation/docs/applying-template.md b/documentation/docs/applying-template.md index 15184b01..d11819cd 100644 --- a/documentation/docs/applying-template.md +++ b/documentation/docs/applying-template.md @@ -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