-
It looks like a memory leak to me (see attached images) but the issue only seems to show up when running with ResolutionPreset set to high or medium on a physical device. In both these cases the memor…
-
#### Riverpod Vs. Provider In Flutter
#### Proposed article introduction
The one point of contention with flutter is that there are far "too many" state management methods to choose from, making it…
-
Hi.
Thank you for published awesome package.
I have had trouble using it.
`HookConsumerWidget `that uses `flutter_hooks`'s `useContext` does not seem to work when I try to display it on monarch G…
-
## Bug report
**Describe the bug**
I tried to reproduce it on a fresh flutter project with a fresh firebase configuration but it cant be reproduced but i cant resolve it on my main project.
I do…
-
**Describe what scenario you think is uncovered by the existing examples/articles**
Hi, I need to pass a pageController to a provider and use this controller inside the pages to go to another page, i…
-
Following the usage examples of riverpod are hard because it references a lot of advanced use cases, like mixing with hooks, or the state_notifier package, it also adds more ambiguity because of it's …
-
I don't know if it is just me, but for all the love I have for flutter and its widgets I do miss some features of the Typescript React world: First and foremost :
**Apollo Hooks combined with Type…
-
**Describe the bug**
I have an ChangeNotifierProvider with family and autodispose. Ony has one listener, and stateless widgets screen. When i show a dialog using showDialog, the provider gets dispose…
-
Hej there,
unfortunately the Linux target build does not work anymore after upgrading to pop 22.04. When trying to debug my Linux app I get the following output:
```
[ +16 ms] Building Linux …
-
I am getting location position using the `geolocator` package. My implementation crashes the app
```
import 'package:geolocator/geolocator.dart';
class LocationHelper {
LocationHelper() {
…