top of page
Search

Momentum on Linux

  • Writer: Brent Lewis
    Brent Lewis
  • Dec 29, 2022
  • 1 min read

I've set up a Ubuntu 20 LTS dual boot alongside Windows 10, daily driving Ubuntu. Flutter + VS Code + Android has been relatively painless. The duplex QR-code side channel is implemented and tested on Android. One troubling discovery was that mixed Dart & Rust debugging on Android is unsupported. I asked about it, and the only advertised solution is a bespoke logging interface. Hey, it's something. I haven't tried mixed debugging on the Linux target, but I'm hoping it'll be possible to, at minimum, attach to a running process. Flutter's camera plugin is not yet supported on Linux, but I can now focus more on network traversal using ICE with the new side channel.

 
 
 

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

 
 
 

Yorumlar


Post: Blog2_Post
  • Facebook
  • Twitter
  • LinkedIn

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

bottom of page