Dan Reynolds
Dan Reynolds
Fixes: https://github.com/best-flutter/flutter_swiper/issues/202 Custom layouts always defaulted to index 0 even when the Swiper `index` prop was set to something else. Instead, use that index prop to determine initial custom layout...
There was an issue with: https://github.com/evgenyrodionov/redux-logger/pull/205 In the PR feedback it was recommended to make a `withTrace` option for the config, but instead it was used to check the logger...
Adds the ability to specify a fragmentName to `useFragment` and `useFragmentWhere` so that you are able to include other helper fragments when using those APIs
The current implementation of the popup-based web OAuth handoff is broken on browsers that enforce a same-origin COOP policy (cross origin opener policy) since the window.opener value in the spawned...
Certain Oauth providers like https://developers.facebook.com/docs/instagram-basic-display-api/getting-started among others require that a client secret be included in the Oauth handoff to exchange the auth code for the access token. This library supports...
This issue has attracted significant attention, and the continuous stream of comments has been very distracting to to the team. Please read [our guidelines on participating in issues](https://github.com/flutter/flutter/wiki/Issue-hygiene#do-not-add-me-too-or-same-comments-to-bugs) before commenting...
Looking to bump to the 1.0 HTTP lib.
I've noticed that the first-time startup of the Plaid flow with ` PlaidLink.open` is significantly slower than subsequent opens. Are other people seeing this too? I assume it involves some...
While React Native picks up on the `index.android.js` and `index.ios.js` linters cannot find an index.js. Adding a blank one removes the warnings. Could we adopt a similar approach to other...
Looking to get clarity on why switchMap doesn't switch its subscription in the async* version and delays processing the next event (the early return) until after the future has resolved...