top of page
Search

flutter_rust_bridge_template

  • Writer: Brent Lewis
    Brent Lewis
  • Nov 26, 2022
  • 1 min read

Somehow my many attempts at search engines to find a pre-made flutter+rust app skeleton a few months ago failed to reveal anything useful. However, after trying to get rust integrated into flutter myself, I had only made progress on the Windows side, and Android was proving difficult. Searching this morning to find more information, I stumbled upon https://github.com/fzyzcjy/flutter_rust_bridge and subsequently https://github.com/Desdaemon/flutter_rust_bridge_template. I had trouble getting debugging working at first, but it was because I had opened the project via a symlink in VS Code. I couldn't get Chrome debugging to work but opened a ticket https://github.com/Desdaemon/flutter_rust_bridge_template/issues/33.

 
 
 

Recent Posts

See All
Tokio on ESP32

There's an example of using Tokio on ESP32 platforms here. However, it took me a long time to discover the same thing in the context of...

 
 
 
Debugging Rust on ESP32-S3

{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information,...

 
 
 
Mixed Debugging with Dart and Rust

If you've ever worked with native interop, be it with Dart and Rust or otherwise, you recognize the value in mixed debugging. The idea is...

 
 
 

Comments


Post: Blog2_Post
  • Facebook
  • Twitter
  • LinkedIn

©2022 by Social Dev. Proudly created with Wix.com

bottom of page