Wondering if this was subconscious, but the one I use just won - Fira Code.
HN user
orestesgaolin
Imagine yourself at an airport and trying to order Uber, but be forced to download new 50 MB app. You would immediately try some other app like Bolt or Lyft.
I'm from EU country and it was so convenient to be able to use Uber in NYC the same way as I would in my home town.
No, everything is done with Flutter
When I have some helper widgets then yes. Some things are really hard to do (e.g. stepping through animations), but other are very easy (responsive layout, so I can present the same file on 4:3, 16:9 or other ratios).
I use Flutter Desktop for my presentations. It's faster to make presentation in Flutter for me. Especially after several presentations already done I have my custom "framework" and a lot of helper methods for animation or transitions. You just need to clone desktop embedding repo and have fun with example.
Now with plugins for notifications and file access I think about porting one of password managers to Flutter Desktop. This would take a lot of work but might be a great case for lightweight crossplatform password manager.