rrousselGit / riverpod

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
https://riverpod.dev
MIT License
6.2k stars 948 forks source link

State inspector #1033

Open rrousselGit opened 2 years ago

rrousselGit commented 2 years ago

Similar to provider, let's add a pannel on the Flutter devtool to inspect the state of a Riverpod app

muzammil-git commented 9 months ago

Hello Roussel, Thankyou for creating an amazing package.

Just wanted to know when will the full-blown inspector be coming for Riverpod. Any estimated dates/months ?

enchance commented 8 months ago

Sooo... is a working state inspector ready for beta?

liakos356 commented 8 months ago

It feels abandoned. At least @rrousselGit remove it from the https://riverpod.dev/ so other devs don't expect it. I come from Redux and the lack of proper tools to overview your app state in any modern global state manager is unacceptable.

rrousselGit commented 8 months ago

It's coming. I'm just doing other things. Riverpod is being rewritten in big parts at the moment, to fix various bugs and implement certain features.

Making a devtool before finishing the refactor would just be inneficient.

itinicore commented 4 months ago

@rrousselGit any updates?