Mirko Mucaria

Results 7 issues of Mirko Mucaria

When requesting a paginated resource with no values the paginator goes into an infinite loop of requests to the spotify api. To reproduce the bug I made this query on...

bug

**Description** This pull request fixes issue #71 that caused an infinite loop of request for api calls on empty paginated resources

Fixes [#105876](https://github.com/flutter/flutter/issues/105876) Added support to enhanced enums introduced in dart 2.17 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs....

needs tests
p: go_router_builder

Add support for Iterable, List and Set to TypedGoRoute Changed signature of `GoRouteData.$location` for PR #2679 Resolves Issue [#108437](https://github.com/flutter/flutter/issues/108437) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...

needs tests
p: go_router

Add support for Iterable, List and Set to TypedGoRoute Resolves [#108437](https://github.com/flutter/flutter/issues/108437) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs....

p: go_router_builder
p: go_router

This PR partially solves #68. I achieved this result with `StickyHeaderBuilder` since it's rebuilt every time its stuck amount changes, but couldn't achieve it yet with just `StickyHeader`.

It would be nice to be able to nest multiple `StickyHeaders` and keep the inner ones visible under the outer ones. With the current version of the library the inner...