-
I'm creating this issue to keep track of an iOS implementation. I myself am an Android developer, and I'd love to see an iOS developer contribute.
-
## Steps to Reproduce
1. Create an app with the following ThemeData (whole build shown to get color variables in) and add a TextField with the outline border somewhere:
```
@override
…
-
Hi,
I have a small bug when I want to auto-start the audio player when the widget is open. An audio player starts but without sound. The player works, stream position and duration are displayed, p…
-
Apple now rejects all apps, the error is as follows:
Missing Purpose String in Info.plist File - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist …
-
in repro below, commented lines are invalid urls - any of them makes retriever to sleep like forever, and because of https://github.com/alexmercerind/flutter_media_metadata/issues/9, it blocks the ent…
-
As you can see below, `flutter run --release` prints part of the stdout/stderr from previous `flutter run` call (of a completely different app), before it gets to assembleRelease of the current app. T…
-
## Steps to Reproduce
1. Call method in method channel from native code with the list type argument (`List` in my case)
2. In flutter code get `call.arguments`, notice that list now has `List` ty…
-
Hi, I'm new to flutter and mobile app development. I updated my flutter version last week after that created a new flutter project. I used audioplayers: ^0.19.0 package for my project. But now I cou…
-
## Steps to Reproduce
The app built fine in previous version of flutter on the stable channel and it also works in debug mode, but if running
`flutter run --release`
we get the error b…
-
Sorry, I've looked all over and am very surprised that it wasn't either obvious or maybe even supported? I am writing an app that I want to have music like controls in the "notification tray". That…