-
**Describe the bug**
After the build, I edited the code and did a hot-restart, and when I tap the FAB, an error occurs.
```
======== Exception caught by widgets library ==========================…
-
We are using RUM in our flutter application and have enabled http tracking using the `enableHttpTracking` method on the `DdSdkConfiguration`. The problem is that our application also uses GraphQL and…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
------- DEVICE INFO -------
id: TP1A.220624.014
board: viva
bootloader: unknown
brand: Re…
-
### Steps to reproduce
I have done flutter clean && flutter pub get && cd ios && pod deintegrate && pod update && pod install
Its working fine on iphone but am always stuck on ipad launch screen
…
-
## Situation description
`.autodispose` provider is being disposed when no more widgets are subscribed to it.
Having this kind of widget tree:
`MyScaffold` widget at the top with the bottom navig…
-
In React, useEffect hook works after first build. Bu in flutter_hooks, useEffect works before first render. That's why, make an operation with context object on useEffect(() { //operation using conte…
-
Expect the `error` to be consistent with the `loading` state. When skipping `loading`, it is expected to skip `error`, and vice versa.
Perhaps it is necessary to add `isFromRefreshing` and `isFromR…
-
## Description
When running `riverpod migrate` in a project I work on, the migration tool only suggest to change the dependency to `flutter_riverpod: ^1.0.0` and then completes.
When running pub…
-
Bad state: No ProviderScope found
I add ProviderScope to the main() function, like this:
```
runApp(
UncontrolledProviderScope(
container: Providers.instance.providerContainer,
child…
-
Hi, I just looked into the example and it seems to utilize rearch, another one of your packages.
I am not really in the liberty to judge how your repository should work, but it might put off people t…