Alessio Salvadorini ๐Ÿ’™ Profile picture
Code philosopher @nxt_fwd, with an empirical thought for #Android and an anecdotal for #Flutter . And father, like never before.
Oct 29, 2024 โ€ข 33 tweets โ€ข 7 min read
Flock, a community driven Flutter fork.
My personal opinion on why it won't work, the right solution in the wrong solution space.

This will be a very long ๐Ÿงต
#flutter #flutterdev

โฌ‡๏ธ I assume you read all the reasoning @SuprDeclarative did about Flutter, the Flutter team, Flutter development, Flutter contribution, which lead him upon the decision to fork Flutter and create Flock.
I respect him, and agree with lots of his reasoning, so I should be fairly
โฌ‡๏ธ
Jan 20, 2023 โ€ข 18 tweets โ€ข 4 min read
As you asked, @RydMike . I try to be short, I really try ๐Ÿ˜…

"I messed up with riverpod ChangeNotifierProvider and StateNotifierProvider concepts both work with mutability and immutability respectively"

This is a misconception, and it's not true

1/n There's this dualism in riverpod's docs:

ChangeNotifier/Provider <-> mutable state
StateNotifier/Provider <-> immutable state

But is it really so?
Spoiler: is not.

2/n
Mar 23, 2021 โ€ข 30 tweets โ€ข 8 min read
So yesterday I read this article. There were comments from @RydMike and @gaetschwartz that I really respect, but I find at least misleading. The article itself is very controversial, but mainly wrong. So I guess is time to bisect, and give my own personal opinions

A thread ๐Ÿ‘‡๐Ÿ‘‡ First of all, the article. It's wrong from many povs, but the part I like the less, is that it juxtaposes Dart and kotlin. Those are just two languages, not to rival cities fighting for access to the water. I hear often "Why Dart is not kotlin", and I'll address it in the end 1/n