Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Template for Flutter + Rust integration with flutter_rust_bridge.

Notifications You must be signed in to change notification settings

thomas725/flutter_rust_bridge_template

 
 

Repository files navigation

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

Template for Flutter + Rust integration with flutter_rust_bridge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 33.6%
  • CMake 26.9%
  • Dart 18.4%
  • Rust 7.6%
  • HTML 6.3%
  • C 4.9%
  • Other 2.3%