|
|
|
|
|
by nzoschke
1232 days ago
|
|
I LOVE Flutter for a web / iOS / android side project. It's a Spotify music player that turns your device into a jukebox at https://getjukelab.com/. As a hobbyist I couldn't imagine getting this far on 3 different platforms if I had to go native. My favorite surprise is how much faster doing dev, deploy and QA on the web target is, vs doing mobile dev and release. I can deploy to the web 5 times a weekend, and batch those up to do monthly mobile releases. I tried Flutter Desktop but hit an immediate show stopper that the flutter Spotify SDK doesn't support it. There's no "Mac Spotify SDK", so it would have to wrap the web one somehow. All the UI bits worked as expected. But watching the trajectory of Flutter and the community over the past couple of years I'm cautiously optimistic it'll get good. |
|