Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile
Chris Marx ๐Ÿ’™

@chrismarxdev

Flutter Developer ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ’™
@FlutterDACH Podcast ๐ŸŽ™
Indy dev ๐Ÿ›๐ŸŒˆ

ID: 1300700662615900160

linkhttp://christopher-marx.de calendar_today01-09-2020 07:43:21

339 Tweet

471 Takipรงi

490 Takip Edilen

Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

Another round of reviews. ๐ŸŒˆ This time I also got the subscriptions up for review. Fingers crossed it's faster this time. Took ages the last few releases.

Another round of reviews. ๐ŸŒˆ
This time I also got the subscriptions up for review. Fingers crossed it's faster this time. Took ages the last few releases.
Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

Just a silly feature I added to Vibe Cook. Fun loading texts. :) I feel like engaging loading states get more important with AI tools. Things like image gen take a loong time.

Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

Another side project update ๐ŸŒˆ Didnโ€™t have much time to work on it lately, but Iโ€™ve got the main recipe generation flow working. Already have a few ideas to make it smoother. Getting structured output from AI is surprisingly easyโ€”and way more consistent than last time I tried.

Flutter DACH ๐Ÿ’™ (@flutterdach) 's Twitter Profile Photo

Hallรถle zusammen! Eine neue Podcast Folge zum Thema Accessibility mit Manuela Sakura Rommel, Chris Marx ๐Ÿ’™ und Verry ๐Ÿ’™ ist online ๐Ÿ˜! Unbedingt reinhรถren! open.spotify.com/episode/1jhSryโ€ฆ

Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

Just dealt with another round of missing analytics events using go_router and NavigationObservers, so I decided to write down a quick list of fixes. ๐Ÿซก Nothing too complicated, but I forget them every damn time โ€” maybe itโ€™ll save you some headache too. christopher-marx.de/blog/go_routerโ€ฆ

Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

New Vibe Cook update ๐Ÿณ๐ŸŒˆ Turned the favorites section into a full history. Now thereโ€™s just a little toggle for favorites. Also, a few people asked if the AI recipes are actually good. Iโ€™ve cooked a few and was genuinely happy with them. Though, I mostly use it for recipe

New Vibe Cook update ๐Ÿณ๐ŸŒˆ
Turned the favorites section into a full history. Now thereโ€™s just a little toggle for favorites.

Also, a few people asked if the AI recipes are actually good. Iโ€™ve cooked a few and was genuinely happy with them. Though, I mostly use it for recipe
Flutter DACH ๐Ÿ’™ (@flutterdach) 's Twitter Profile Photo

๐‹๐ฎ๐ฌ๐ญ ๐š๐ฎ๐Ÿ ๐๐ซ๐ž๐ข ๐“๐š๐ ๐ž ๐…๐ฅ๐ฎ๐ญ๐ญ๐ž๐ซ-๐๐จ๐ฐ๐ž๐ซ ๐ข๐ง ๐๐ž๐ซ๐ฅ๐ข๐ง ๐Ÿ˜Ž? Vom 24.09. bis 26.09. findet die Fluttercon statt โ€“ DIE Konferenz rund um Flutter & Dart! Falls ihr noch kein Ticket habt, kรถnnt ihr hier am diesjรคhrigen FlutterDACH Gewinnspiel teilnehmen ๐Ÿ˜Š!

Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

I love me some aliases to speed up my workflow ๐Ÿš€ >podfix comes in handy quite often for those pesky "The sandbox is not in sync with the Podfile.lock..." errors. ๐Ÿ‘€

I love me some aliases to speed up my workflow ๐Ÿš€
>podfix comes in handy quite often for those pesky "The sandbox is not in sync with the Podfile.lock..." errors. ๐Ÿ‘€
Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

When AI gets the coding job done, itโ€™s great. When it doesnโ€™t, youโ€™ve wasted time and money and learned nothing in the process....

Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

I had the AI write a quick little tool to batch-generate images (house.png, tree.png, etc.), and itโ€™s surprisingly handy for jumpstarting new projects. Any failed ones can just be regenerated. Should I publish it, or is it too basic?

I had the AI write a quick little tool to batch-generate images (house.png, tree.png, etc.), and itโ€™s surprisingly handy for jumpstarting new projects.
Any failed ones can just be regenerated. Should I publish it, or is it too basic?
Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

Updating a longstanding #Flutter project to Riverpod 3 and some dumbass wrote shitty testing code containing this and I have to untangle it. Cover your eyes. (it was me, I am the dumbass)

Updating a longstanding #Flutter project to Riverpod 3 and some dumbass wrote shitty testing code containing this and I have to untangle it. 
Cover your eyes.

(it was me, I am the dumbass)
Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

My esoteric #flutter state management of choice "state_beacon" is starting to show cracks. There are bugs and no real updates anymore.... But on the positive side, I got to look into watch_it by Thomas Burkhart ๐Ÿ’™ and it looks very very promising. ๐ŸŒˆ

Chris Marx ๐Ÿ’™ (@chrismarxdev) 's Twitter Profile Photo

Always sucks when a package breaks in newer versions. I now have to implement it myself. But in the end, I guess, I am just paying back the time that I borrowed earlier by using a ready made package.