thiagocarvalhodev / flutter-rust-bridge-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_rust_bridge_template

This repository serves as a template for Flutter projects calling into native Rust libraries via flutter_rust_bridge.

Getting Started

To begin, ensure that you have a working installation of the following items:

echo "ANDROID_NDK=.." >> ~/.gradle/gradle.properties
  • Web is not supported yet.

Then go ahead and run flutter run! When you're ready, refer to our documentation here to learn how to write and use binding code.

About


Languages

Language:C++ 33.0%Language:CMake 27.4%Language:Dart 18.6%Language:Rust 7.6%Language:HTML 6.2%Language:C 4.8%Language:Swift 2.0%Language:Kotlin 0.2%Language:Objective-C 0.1%