Carrer update and getx sucks

I got into a web3 startup all thanks to Flutter.
I am learning a lot about web3 and App development in general. They gave me a MacBook Pro and a phone as well. I also got a kinda potential offer letter I hope it gets converted into a full-time role.

I am learning getx on the side and damn it's so useless, I am starting to hate it so much. I prefer Riverpod over it. Getx is like a micro-framework it has its way of handling navigations, you won't use context in this a lot unlike in Riverpod or Provider. The good thing about GetX is that its easier to learn and implement.
but the thing that I hate about it is I have to create a lot of files and do a lot of things just to print a simple thing
thats annoying and unproductive. might be me because I am learning while building I might not get why it is so important, but I will still use riverpod it just looks so much more professional to use.