Advertisement ยท 728 ร— 90

Posts by Ale ๐Ÿ’™

Preview
minimal/example/.cursor/rules at main ยท alesalv/minimal A minimal state management package. Contribute to alesalv/minimal development by creating an account on GitHub.

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

10 months ago 8 0 0 0
Post image

Flutter dev after a week coding web ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

#flutter #flutterdev #dart #javascript #typescript #dadjokes

11 months ago 17 3 1 0

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! ๐Ÿ’™

1 year ago 35 4 2 0
Preview
Minimal #1 - the UI state Overview I assume you're aware of Minimal , and you want to use it to implement a scalable and maintainable architecture. I also assume you...

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

1 year ago 11 2 0 0
Post image

The #Flutter sauna team๐Ÿ’™ @rydmike.com @ulusoyapps.bsky.social @alesalv.bsky.social

1 year ago 8 1 1 1

Scooby Flut ๐Ÿ˜…

1 year ago 3 0 0 0
Post image

... and same goes for pub.dev

pub.dev/packages/min...

1 year ago 2 0 0 0

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 ๐Ÿ™๐Ÿ˜‡๐Ÿ˜…

1 year ago 2 0 0 0
Advertisement
Post image

A 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

1 year ago 5 0 1 0
Preview
Minimal #0 - Getting started Overview In this post I'll show you how to quickly get started with Minimal , a minimalistic state management package in the context of an ...

Just published #0 in a ongoing series of posts about #minimal , this is a getting started:

www.fluxit.dev/2025/03/mini...

#flutter #flutterdev

1 year ago 4 2 0 0
Preview
a cartoon of alice from alice in wonderland standing in front of a tree ALT: a cartoon of alice from alice in wonderland standing in front of a tree

Thanks, too kind of you! ๐Ÿ™๐Ÿ˜‡
Next I'll write a few blog posts about how to use it, stay tuned!

1 year ago 0 0 0 0
minimal_example A new Flutter project.

As always, you can try it at a click:

alesalv.github.io/minimal/

1 year ago 1 0 0 0
Video

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

1 year ago 10 2 2 0

but he's a great magnificent business man, eh

๐Ÿ˜…๐Ÿ˜œ

1 year ago 1 0 0 0
Video

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

1 year ago 24 4 2 1

I hope I'll never have to "fight" for my packages ๐Ÿ™๐Ÿ˜‡๐Ÿ˜…

1 year ago 1 0 1 0
Advertisement

I 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 ๐Ÿ˜ฑ๐Ÿ˜…

1 year ago 1 0 1 0

I second this @tahatesser.com ๐Ÿ”ฅ

1 year ago 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

1 year ago 0 0 1 0
Preview
minimal_mvn | Flutter package A minimal state management solution for Flutter apps using the Model-View-Notifier (MVN) pattern

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...

1 year ago 1 0 0 0

Of course, cli is much better than UI ... I was just kidding, or trying to ๐Ÿ˜œ

1 year ago 1 0 0 0
Post image

๐Ÿ˜…๐Ÿ˜‚๐Ÿ˜‡๐Ÿ‘‡

1 year ago 1 0 2 0

Maybe 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

1 year ago 1 0 0 0

Yes totally! Tell me about simplicity ๐Ÿ˜…

1 year ago 1 0 1 0
Advertisement

Then you know how it feels! ๐Ÿ˜œ

1 year ago 1 0 1 0

"But why if there are really simple alternatives?" -> because none of them makes me happy

1 year ago 0 0 1 0

But 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)

1 year ago 1 0 1 0

I'll surprise you here, but later on ๐Ÿ˜…

1 year ago 1 0 0 0

But 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

1 year ago 0 0 1 0

don'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

1 year ago 1 0 1 0