Matthias Nehlsen

Results 53 comments of Matthias Nehlsen

@singerdmx thanks but this works perfectly fine in other iOS apps.

Hey Sandhu, thank you for the pull request and sorry for not getting around to it sooner. I will check it later this week and see if I can merge...

Well, mostly that it's not the same information. In the PNG there are more than twice as many arrows, showing where something is used. Here, these connections are omitted.

Duplicate of #881? Is an audio file actually captured?

I'm facing a similar issue after upgrading from `8.5.0` to `9.2.10`. It works fine on the simulator, but on a real iOS device, it does not. In my case, I...

https://github.com/canonical/flutter-snap/pull/61 looks promising

Tried again in branch `upgrade_just_audio_dep`. Same result, works in simulator but not on device.

I experienced the same issue and fixed it in this [commit](https://github.com/matthiasn/lotti/commit/7114e18f5b0155d9c306eb7077a0130c2ca8bf2b) by setting the `scaffoldBackgroundColor` in the theme of `MaterialApp.router`, e.g. ``` theme: ThemeData( primarySwatch: Colors.grey, scaffoldBackgroundColor: Colors.blue, ), ```

Same issue for me, did anyone solve this problem? Thanks

@gnarhard great job, working well. @Brixto please consider merging and also cutting a release, please.