Minimal 2.0.2 is out! ๐ฅ
Updated to #flutter 3.32.0, now it contains extensive
@cursor_ai rules for the example app:
github.com/alesalv/mini...
#flutterdev #minimal
@alesalv.bsky.social
Code philosopher at Elisa, with an empirical thought for #Android and an anecdotal for #Flutter . And father, like never before.
Minimal 2.0.2 is out! ๐ฅ
Updated to #flutter 3.32.0, now it contains extensive
@cursor_ai rules for the example app:
github.com/alesalv/mini...
#flutterdev #minimal
Flutter dev after a week coding web ๐๐๐
#flutter #flutterdev #dart #javascript #typescript #dadjokes
3 days ago I opened an issue with a performance degradation in Flutter (#165959), it was triaged in 3h, response from someone that could fix the issue (Jonah) in 7h, draft PR up after 8h, and now the PR is merged!
Thanks for an incredibly fast response from the Flutter team on this! ๐
Just published #1 in a ongoing series of posts about #minimal , this is about the UI state:
www.fluxit.dev/2025/03/mini...
Took me longer than I thought, but I hope it's worth it, let me know if it's clear or not, and if you like it, in the comments!
#flutter #flutterdev
The #Flutter sauna team๐ @rydmike.com @ulusoyapps.bsky.social @alesalv.bsky.social
26.03.2025 09:31 โ ๐ 8 ๐ 1 ๐ฌ 1 ๐ 1Scooby Flut ๐
26.03.2025 10:24 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0... and same goes for pub.dev
pub.dev/packages/min...
I usually explain it like this: "the only code bug free is the one whch doesn't execute" ยฉยฎ That given, tests are the only way to actually execute code in a controller environment. Then I let them to do the math ๐๐๐
25.03.2025 07:40 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0A huge thanks to all 18 of you who took the time and went to star โญ๏ธ #minimal on github, it really means a lot to me, like to any os publisher ๐ฅ
If you're here, come say hi ๐
github.com/alesalv/mini...
#flutter #flutterdev
Just published #0 in a ongoing series of posts about #minimal , this is a getting started:
www.fluxit.dev/2025/03/mini...
#flutter #flutterdev
Thanks, too kind of you! ๐๐
Next I'll write a few blog posts about how to use it, stay tuned!
As always, you can try it at a click:
alesalv.github.io/minimal/
Minimal 2.0.1 is out! ๐ฅ
Now the example app showcases a basic TODOs list, thanks to @testeurmaniak.bsky.social 's feedback and detailed reasoning, so I increased the tests for the disposable dynamics
Would you like me to write some posts about how to use it?
#flutter #flutterdev #minimal
but he's a great magnificent business man, eh
๐
๐
Hey Flutter folks! ๐๐ผ
I'm excited to share Vide โ a Flutter AI-IDE I've been building.
It uses your code and allows an AI to:
- Runs and tests widgets it creates
- Implement pixel-perfect widgets based on a single screenshot
- Writes code exactly the way you want
I hope I'll never have to "fight" for my packages ๐๐๐
12.03.2025 16:07 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I personally don't get frustrated, I think it's normal. For me at least it was more frustrating to see literally everyone using, recommending and adopting BLoC (the package not the pattern) a few years back.
Or now the Flutter team promoting MVVM consciously knowing it's not an MVVM ๐ฑ๐
I second this @tahatesser.com ๐ฅ
12.03.2025 06:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0... which is his own opinion and IMHO it's totally legit, we all have. It doesn't necessarily mean riverpod is "better" (*) than watch_it or minimal or anything else, it means riverpod is what he thinks it makes sense to recommend. There may be other factors to consider
* we should define better
Randal not strictly related, but I came up with a minimalistic approach to state management in an architectural context, please have a look, I'm sure you'll feel home in seconds, and let me know what you think if you want, I'd appreciate any feedback, thanks ๐๐
pub.dev/packages/min...
Of course, cli is much better than UI ... I was just kidding, or trying to ๐
11.03.2025 14:45 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0๐ ๐๐๐
11.03.2025 13:05 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0Maybe it's because it's many years I try to promote simplicity over complexity, but I work at best when I take away instead of adding, until I've the bare bone of it
11.03.2025 11:33 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Yes totally! Tell me about simplicity ๐
11.03.2025 10:25 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Then you know how it feels! ๐
11.03.2025 09:55 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0"But why if there are really simple alternatives?" -> because none of them makes me happy
11.03.2025 09:52 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0But that was one of the main reason to be for Minimal, to use as many classes as possible from the SDK, especially ListenableBuilder - only exception InheritedWidget (I tried, and ended up re-implementing Provider)
11.03.2025 07:55 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I'll surprise you here, but later on ๐
11.03.2025 07:09 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0But that's a legit approach, if he likes it and if the package does everything he needs, and he thinks it's the best package, from his pov, why wouldn't he? ๐ I'm just saying, I understand that
11.03.2025 07:08 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0don't use an immutable state, not because with watch_it you write less than with minimal. Would you add the same immutable state to watch_it, or would I remove it from minimal, more or less, given or taken, watch_it and minimal will allow the user to write the same lines of code
11.03.2025 07:06 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0