flutter_rust_bridge_template
- 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.
Comments