Jeremiah Ogbomo
Results
22
issues of
Jeremiah Ogbomo
I wrote a simple example to verify async behaviour with the batch implementation and noticed the following behaviour. ```dart import 'package:signals/signals.dart'; final age = signal(0); final doubleAge = computed(() =>...
documentation
At the moment, only the `List` is supported even though I couldn't find any documentation. https://github.com/Milad-Akarie/auto_route_library/blob/7a03a88fa93e84d80a8ce9b08b51efd4b9778b76/auto_route/lib/src/common/parameters.dart#L164 I am wondering if this was already considered and rejected because it seems like...