-
**Describe the bug**
Setting StateProvider state value throws error.
**To Reproduce**
```
final navigatorStateProvider = StateProvider(
(ref) => null
);
class MyApp extends HookWidg…
-
**Describe the bug**
Currently unable to get data from a `StreamProvider` that is created from a stream that comes from a `ScopedProvider`.
_Note: I may be using this wrong. If so, apologies. In a…
-
Hello, does the following code cause an infinite loop? if so, is there a better place to call timers and status listener? (repeatShake keeps incrementing without stopping on 3 as the condition implies…
-
So far, we can have auto-dispose family providers with a fixed return type.
But, let's look at the following example:
```Dart
class Car {}
class BMW extends Car {}
class Audi extends Ca…
-
**Describe the bug**
After adding dependecy of flutter_hooks its not allow me to build project.
**Error**
```
Compiler message:
../../../FlutterSdk/.pub-cache/hosted/pub.dartlang.org/flutte…
-
## Describe the bug
`StateProvider` listeners are triggered even when a `different` State changes
## To Reproduce
- run the code sample below
- tap any fab
code sample
```dart
import…
-
I upgraded to flutter 2.0 and now I get this error when I try to run:
`flutter pub run build_runner watch --delete-conflicting-outputs`:
```
The pubspec.lock file has changed since the .dart_to…
-
What is best practice to use global state without having intermediary sharedPreference?
-
**Describe the bug**
I'm writing an error handler for rest API requests I'm running into a weird problem with ChangeNotifierProvider. For some reason the notifyListeners() call only seems to work if …
-
**Describe the solution you'd like**
We have `HookWidget` and `StatefulHookWidget`. Given that they are Flutter Hooks equivalents for `StatelessWidget` and `StatefulWidget` I feel that it would be…