-
Hello
My app consists of two main navigation “paths”, one for unauthenticated users (which includes the login screen, registration screen, etc.) and one for authenticated users (which includes cont…
-
## Problem Statement
In the packaging ecosystem there is a problem around supporting different features.
For example in Flutter, there are packages that create a certain philosophy or design patte…
-
#### Describe what scenario you think is uncovered by the existing examples/articles
Say I have code such as this:
```dart
import 'package:riverpod_annotation/riverpod_annotation.dart';
part…
-
Currently, both Riverpod and flutter_hooks sometimes relies on users having to define a list of dependencies used by a function
An example would be:
```dart
final provider = Provider((ref) {
…
-
### What package does this bug report belong to?
path_provider
### What target platforms are you seeing this bug on?
Android, iOS
### Have you already upgraded your packages?
Yes
###…
-
Examples:
1. http (dio not found),
2. animation(animate_do and flutter_animate not found)
3. navigation (auto_route and go_router not found)
The algorithm that uses the exact package name matc…
-
**Is your feature request related to a problem? Please describe.**
I'm new to Riverpod and I come from Provider. As I was using Riverpod, I thought `ref.watch(provider.notifier)` was doing the same…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
### Is your feature request related to a problem?
_No response_
### Describe the solution that you'd like
_No response_
### Describe alternatives that you have considered
_No response_
### Addit…
tbm98 updated
5 months ago
-
**Describe what scenario you think is uncovered by the existing examples/articles**
I cannot find any documentation on when a `Provider` will notify about a new value.
**Describe why existing ex…