provider icon indicating copy to clipboard operation
provider copied to clipboard

InheritedWidgets, but simple

Results 41 provider issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In the Selector class, the third paragraph of documentation has a stale link to `DeepCollectionEquality`. Currently produces a 404, since the 1.17.0 version is hardcoded into the...

bug
needs triage

**Describe the bug** The order of the dispose method is wrong. Now, it first disposes the object and afterwards tries to remove the listeners, which doesn't make sense since it...

bug

Hi and thank you for this great package. Please let me know if there's any additional detail I can add to this issue! **Describe the bug** When using `ProxyProvider` (or...

bug
needs triage

Why when creating a Consumer, an optional child is asked? When is it used? The builder is what decides what is shown from my understanding. ``` (new) Consumer Consumer({ Key?...

documentation
needs triage

### Discussed in https://github.com/rrousselGit/provider/discussions/873 Originally posted by **taosimple** April 19, 2024 ``` ProxyProvider0( update: (context, value) { final value = context.select((counter) => counter.value); return TransformedCounter(value * 2); }, ), ```...

enhancement

**Is your feature request related to a problem? Please describe.** During the development of mobile applications using the Flutter framework, a common task is to organize efficient navigation between screens...

enhancement
needs triage

By wrapping the dev tools screen with `SelectionArea` it's now possible to select text and that way copy the current values or names of providers. @rrousselGit There is no guidance...

**Describe the bug** Nothing on the provider screen in the dev tools is selectable and therefore not copyable. This would be really helpful. I opened this as a bug and...

enhancement
devtool

**Is your feature request related to a problem? Please describe.** The problem to be solved is that update() methods can't depend on create() having been called, so they have to...

enhancement

Is your feature request related to a problem? Please describe. - Problem: Difficulty accessing providers in new contexts created by dialogs, modals, pushed routes, leading to frustration and increased boilerplate....

enhancement