samuel

Results 3 issues of samuel

How do I add a remove animation when I delete an item inside the onPress method? ``` endActionPane: ActionPane( motion: const ScrollMotion(), dragDismissible: true, dismissible: DismissiblePane(onDismissed: () { controller.items.removeAt(index);// with...

When I navigate to the same route a second time, if the rawQueryParams doesn't change, the page doesn't refresh. I know the design is good, the normal situation is correct,...