provider
provider copied to clipboard
InheritedWidgets, but simple
I am using latest version of provider but in my project notifyListener() is working fine in debug mode but When I try to check same code in release mode then...
Most of the times initial data is manually set to null by the user
Implement search capability to provider. A discussion opened here [https://github.com/rrousselGit/provider/discussions/737] 1- Add searchCallback to Provider.of() method to give the user the ability to search for a specific value. 2- Add...
**Describe the bug** There is a broken link in README directing to the Diagnosticable API. https://github.com/rrousselGit/provider/blob/4bea63e1f30df2aba65e277ae54ac087cc0e8bfc/README.md?plain=1#L354 `Diagnosticable` was converted to a mixin, the correct link should be: https://api.flutter.dev/flutter/foundation/Diagnosticable-mixin.html
**Describe the bug** If we add more than 168 providers to Multi Provider then on iOS simulator it does not work.(stack overflow error) On real device and on Android it...
**Describe the bug** Using the `clock` package and its Zone-scoped `withClock` (https://api.flutter.dev/flutter/package-clock_clock/withClock.html) for automated testing purposes, I've noticed that there seems to occur a problem when creating a `Provider` lazily...
I want to be able to register the same type of provider, I know that river_pod does this, but I want the provider implementation. My solution is to create different...
**Describe the solution you'd like** Hi there! You noted that this package would need to be tested and approved by the larger Dart community before it could be considered for...
Riverpod front page readme says it is 'unpopular' but pub.dev says it has 1000+ likes and 98% popularity :) https://github.com/rrousselGit/river_pod#will-provider-be-deprecatedstop-being-supported It also says Experimental, perhaps this piece of the readme...