Hacker News new | ask | show | jobs
by sgt 2514 days ago
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)?
2 comments

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