Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Works fine on debug and profile mode, not works on release mode

Open mehmetext opened this issue 3 years ago • 2 comments

Flutter Version

My version : 2.2.3

Lib Version

My version : 2.0.15

Platform (Android / iOS / web) + version

Platform : Android

Describe the bug

The app works fine on debug and profile mode but not on release mode. When I click the button "listen to voice" it crashes.

Error

E/AndroidRuntime(24397): FATAL EXCEPTION: main
E/AndroidRuntime(24397): Process: com.konukcustudio.sprien, PID: 24397
E/AndroidRuntime(24397): java.lang.IllegalStateException: Module with the Main dispatcher is missing. Add dependency providing the Main dispatcher, e.g. 'kotlinx-coroutines-android' and ensure it has the same version as 'kotlinx-coroutines-core'
E/AndroidRuntime(24397):        at g.a.x1.p.a(Unknown Source:4)
E/AndroidRuntime(24397):        at g.a.x1.q.h(Unknown Source:55)
E/AndroidRuntime(24397):        at g.a.x1.q.b(Unknown Source:0)
E/AndroidRuntime(24397):        at g.a.x1.e.a(Unknown Source:16)
E/AndroidRuntime(24397):        at g.a.y1.a.a(Unknown Source:15)
E/AndroidRuntime(24397):        at g.a.y1.a.a(Unknown Source:5)
E/AndroidRuntime(24397):        at g.a.d0.a(Unknown Source:41)
E/AndroidRuntime(24397):        at g.a.a.a(Unknown Source:3)
E/AndroidRuntime(24397):        at g.a.d.a(Unknown Source:22)
E/AndroidRuntime(24397):        at g.a.c.a(Unknown Source:0)
E/AndroidRuntime(24397):        at g.a.d.a(Unknown Source:12)
E/AndroidRuntime(24397):        at g.a.c.a(Unknown Source:0)
E/AndroidRuntime(24397):        at c.c.a.a.g.a(Unknown Source:139)
E/AndroidRuntime(24397):        at c.c.a.a.b.onMethodCall(Unknown Source:706)
E/AndroidRuntime(24397):        at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(Unknown Source:17)
E/AndroidRuntime(24397):        at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(Unknown Source:57)
E/AndroidRuntime(24397):        at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(Unknown Source:4)
E/AndroidRuntime(24397):        at android.os.MessageQueue.nativePollOnce(Native Method)
E/AndroidRuntime(24397):        at android.os.MessageQueue.next(MessageQueue.java:326)
E/AndroidRuntime(24397):        at android.os.Looper.loop(Looper.java:181)
E/AndroidRuntime(24397):        at android.app.ActivityThread.main(ActivityThread.java:7050)
E/AndroidRuntime(24397):        at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(24397):        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
E/AndroidRuntime(24397):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)```

mehmetext avatar Aug 12 '21 11:08 mehmetext

@kalismeras61 can you help me about this issue?

mehmetext avatar Aug 12 '21 12:08 mehmetext

did un find something?

Interscope19 avatar Sep 07 '21 22:09 Interscope19