Press enter or click to view image in full size
If you are a member, please continue, otherwise, read the full story here.
I was a long-time user and advocate of GetX. Really surprised. I always thought that the Flutter package, with so many likes and downloads, would be valuable to its author. Look, the most liked Flutter package is an achievement. I would never abandon something like this. And what can be the reason for somebody to delete their account on GitHub? Interesting that the GetX package on pub.dev wasn’t marked as discontinued.
Okay. Whatever.
I have a big production project (not yet published) with several dozen screens. Obviously based on GetX.
What to do now?
Recently, I was thinking about making my own mini-framework — state management plus navigation. Something GetX-like but much more opinionated.
The problem is navigation. State management in Flutter is easy. I have done the minimal implementation just after starting to learn. Navigation is another story. It is not simple to make your own Flutter router.
I was looking at Flutter’s top navigation packages, GoRouter and AutoRoute, and I…