In-reply-to » Today I'm looking into flutter again, I've been wanting to test that out for a while. I started adding functionality from the 'yarn desktop client' ( https://github.com/stig-atle/YarnDesktopClient ) I've been working on - and now I see if I can get the same functionality up and running with flutter. Currently I'm able to log in and fetch the logged in user's username at least (the text :username: is fetched after logging in), so it's a good start. That means I have the things I need to fetch the timeline and present that next.

Just skimmed through the code. You better don’t post something with a double quote or the like, @stigatle@yarn.stigatle.no https://github.com/stig-atle/YarnDesktopClient/blob/gtk4/YarnDesktopClient.cpp#L84 I strongly recommend to use a proper JSON encoder. :-)

⤋ Read More