Michael Söderman
Michael Söderman
I'm using audioplayers in a production app. It works great but I just discovered a critical bug. After playing about 750 mp3 files, audioplayers keep throwing an error (AVPlayerItem.Status.failed) and...
**Describe the bug** I'm using Printing 5.6.0 and I'm calling layoutPdf like this: ``` setState(() => _printInProgress = true); try { await Printing.layoutPdf(onLayout: (format) async => _pdfData); } finally {...
Rename symbol (shortcut key F2) in my flutter projects is really slow. Not sure if flutter is relevant of if this is a general dart problem. I think it is...
Hey, Webpack 2 seems to have removed the postcss section and adding autoprefixer seems difficult. I tried adding it like this to my webpack.config.ts file (fetched from the aurelia skeleton-typescript-webpack):...
Hi, I'm trying this lib but I get multiple connections when using hot restart (both on mobile and web). This isn't a big issue in mobile since the end users...
Hi, I'm getting this exception when running the project on an iOS device (emulator or physical): `Unhandled Exception: MissingPluginException(No implementation found for method getNotificationPermissionStatus on channel notification_permissions)` The implementation works...
This is primarily an issue for physical keyboards without touch screens but it is acting weird even with touch screens. I'm trying to support chromebooks with physical keyboard, that's why...
### Description Flutter 3.19 introduced new optimizations for BackdropFilter when using Impeller (currently only on iOS). This new optimization does not work correctly for Rive assets with two (or more)...
Any plans on supporting flutter for web?