gumbarros / DevWidgets

DevWidgets is a Flutter application with several tools such as generators, formatters and converters for developers. It's directly inspired by DevToys.
https://gumbarros.github.io/DevWidgets
MIT License
153 stars 13 forks source link

Removed GetX and added Riverpod #15

Closed gumbarros closed 1 year ago

gumbarros commented 1 year ago

GetX is bad because:

kphanipavan commented 1 year ago

I'll have to start with riverpod then.

The only state management I know thoroughly is setState(), so I don't oppose any decision on this matter and I shall just follow the changes...

gumbarros commented 1 year ago

I'll have to start with riverpod then.

The only state management I know thoroughly is setState(), so I don't oppose any decision on this matter and I shall just follow the changes...

Ok, thank you for understanding, sorry for the abrupt breaking change, I read some really bad things of GetX on some forums.