adsonpleal

Results 41 comments of adsonpleal

https://user-images.githubusercontent.com/11666470/184650168-4e08a184-e7c5-4fda-9c7c-4276ccd73cd1.mp4 I've made some modifications, WDYT? What I've changed: 1 - Don't show the container label if there is only one container. 2 - Changed the providers list header to...

About the family not being editable: They are, since I'm using the same viewer as the state. I just tested here and you can just edit a value if it...

And about text wrap: just added a way to wrap if there is no room for the name.

> Epic > > A nit point would be to rename 'container" into providerContainer to be more specific. But otherwise LGTM You mean written like `ProviderContainer`, just like the class?

And what about the header? Should we keep `Containers` or change to `ProviderContainers` ?

Done, now I just need to work on the `editable` flag for `InstanceViewer`.

done https://github.com/flutter/devtools/pull/4210/commits/392f6b971b21061f61c9f013309bffebb279ffd1, let me know if you think anything can be improved.

I'm one of those weird ones that don't use social media haha. I have a [linkedin](https://www.linkedin.com/in/adson-pereira-leal-592764137/) profile, though. I think you could use it hehe.

Hey @rrousselGit! Do you have any updates on devtools for riverpod? I was reading your [post](https://invertase.io/blog/how-to-flutter-devtool-plugin), looking at [the code at the devtools package](https://github.com/flutter/devtools/blob/e2b1debcd9f53b0e491f54a62daabdf2c551da60/packages/devtools_app/lib/src/screens/provider/provider_nodes.dart#L46) and [where the provider package](https://github.com/rrousselGit/provider/blob/b35df629a4d808b020e877f425d719e6752bb350/lib/src/devtool.dart#L85) sends...