Musfick Jamil

Results 5 comments of Musfick Jamil

i am facing same issue. any help would be appreciated `better_player: ^0.0.82` Error ``` E/MethodChannel#better_player_channel( 8437): Failed to handle method call E/MethodChannel#better_player_channel( 8437): java.lang.NullPointerException: MediaSource.Factory#setDrmSessionManagerProvider no longer handles null by...

i am using this..this is a life saver library take love bro

There is a case which named ACTION_CALL_DECLINE ``` try { FlutterCallkitIncoming.onEvent.listen((event) async { switch (event?.name) { case CallEvent.ACTION_CALL_DECLINE: debugPrint("ACTION_CALL_DECLINE"); break; } }); } on Exception {} ``` When app is...