Abel Putnoki
Abel Putnoki
@litang0908 This *is* a problem with `flutter run` specifically. Running an app with alternate icons (activity aliases) works completely fine when running the Flutter project via Android Studio. It also...
@jonahwilliams @jmagman I wonder about the "c: new feature" and the "P3" labels on this issue. This seems like a bug in the current tooling as opposed to a new...
I'm seeing a similar issue with the following stacktrace from Crashlytics: ``` Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: PlatformException(AndroidAudioError, null, java.lang.IllegalStateException at android.media.MediaPlayer.getPlaybackParams(Native Method) at fa.i.j(Unknown Source:8) at fa.o.c(Unknown Source:2) at fa.o.L(Unknown Source:20)...
Hi @Gustl22 , I did check the supported codecs, and both Android and Chrome have support for this codec. There is also no problem playing the audio, there is only...
Alright. For now I chose to convert my audio files from WebM to a different format using a backend service, so this is no longer an issue for me.
> > Alright. For now I chose to convert my audio files from WebM to a different format using a backend service, so this is no longer an issue for...
@nielsenko Thank you for the quick reply, that sounds great! The caveats you've mentioned should not be a problem for our use-case, we're not using sync and were already counting...
@nielsenko Are there any plans on how (and when) to address the naming conflict with `RealmSwift`?
#202 should fix the issue. Until it's merged (or the issue is otherwise fixed) and there's a new release, you can use this as a workaround ```yaml amplitude_flutter: git: url:...
Hi @Sesa1988 ! I believe I'm running into a similar issue. Have you found any workaround?