Alessio Salvadorini 💙 Profile picture
Code philosopher @SignantHealth, with an empirical thought for #Android and an anecdotal for #Flutter . And father, like never before.
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