Hacker News new | ask | show | jobs
by latchkey 2512 days ago
I've recently done a bit of Flutter development and have enjoyed it quite a bit. The third party Provider API solves all the state management issues, it should become the default.

OP has some valid points for sure, but fact is that any framework is going to have issues. Just part of the game.

1 comments

That sounds interesting. What would be the go to documentation for a good Provider API implementation (i.e. like a best practice guide with an example)?
See the official Flutter guide on state management: https://flutter.dev/docs/development/data-and-backend/state-...

It refers to other solutions as well, but the hands-on example is with provider (starting in the "Simple app state management" chapter)

The author isn't the best at documentation, but his code is excellent and he is very helpful if you ask nicely...

https://github.com/rrousselGit/provider