-
In `go_router` documentation (not sure that it can be called documentation, probably "API specs" is more appropriate) there is no information at all on `refreshListenable`.
I do not know how to use…
-
Se busca generar más cobertura general al incluir los gestores de estados presentes en gran parte de la aplicación. Se plantea usar menos mocks y más elementos reales que se puedan crear o usar técnic…
-
Context: https://github.com/flutter/flutter/issues/86722
Running all the tests in a test suite in a single isolate would [significantly improve performance](https://github.com/flutter/flutter/issue…
-
I am unable to use iPhone's receiver speaker for calling, even after using the example code for toggling speakers it doesn't work. I was able to achieve the toggling on Android but on iOS whatsoever, …
-
# related:
- [x] #208
- [x] xxx
-
I'm trying to use the helper functions generically because I noticed there was a lot of duplicate code. At the moment I have this, but it's not ideal. Are there any examples for this?
The dao class…
-
I really love what you are doing here, as I have been exploring how to use bloc w/ Riverpod. I am wondering if it makes sense for this code to live inside of the bloc repository eventually. Tagging …
-
## Flutter Sound Version : 6.4.4+1
- **FULL** or **LITE** flavor ?
FULL
- **Important**: Result of the command : ```flutter pub deps | grep flutter_sound```
$ flutter pub deps
Dart SDK 2.10.4
…
-
It's currently fairly easy and straightforward to use parsed query parameters to change UI through go_router.
Consider the case where we'd like user input or some state to be reflected in the URL a…
-
## Steps to Reproduce
1. Add a `MaterialPageRoute` to your app's page stack
```dart
return new MaterialPageRoute(
settings: settings,
builder: (BuildContext context) => new …