mregnauld

Results 5 issues of mregnauld

I just implemented PRDownloader in my Android project, and I'm facing some weird issue: - I start a download - while it's downloading, I turn off the internet connection -...

I implemented android-async-http on my Android project, so I can download files from AWS S3. For obvious security reasons, the URL includes tokens information, and should be new each time...

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...

in triage

## 🐛 Bug Report When I scroll an `AnimatedList` containing items, each one containing a `CachedNetworkImage`, when the device is not connected to the Internet, I got errors in the...

In my Flutter app, I call the following code when pressing a button: ```Dart final stackRouter = getIt().innerRouterOf("app_router"); stackRouter.popAndPushAll([ const TestRoute() ]); ``` Using `auto_route: ^7.8.4`, it works as expected....