Skip to main content

Creating a new project

info

This guide was written for flutter_rust_bridge v1, thus some content may be outdated. The quickest approach to integrate is to follow the one-click approach in flutter_rust_bridge's quickstart page.

Start by creating a repository using the template from flutter_rust_bridge_template and cloning it. This template is set up to be able to flutter run for most platforms that Flutter supports.

(Remark: The template is created by @Desdaemon who contributed many features into flutter_rust_bridge, instead of the creator of flutter_rust_bridge, @fzyzcjy. Thus, it is not a typo to see Desdaemon in the URL instead of fzyzcjy for that template repo.)