Priyansh

Results 6 comments of Priyansh

@Bharavi26 need to register plugin in appplication.kt if you are using this in firebase backgroundmessagehandler

@mmustafavistech i found the solution i have added these lines in my application.kt file.. if (!registry!!.hasPlugin("io.inway.ringtone.player")) { FlutterRingtonePlayerPlugin.registerWith(registry!!.registrarFor("io.inway.ringtone.player.FlutterRingtonePlayerPlugin")) } and do not forget to import import io.inway.ringtone.player.FlutterRingtonePlayerPlugin if you wanted...

@srinikande it is not possible.. to make these happen you have to use isolates in dart

@JlUgia sir do you know how to add paymentConfiguration without using assets? i can not create PaymentConfiguration.

@cmalbuquerque same here. I am also not able to run aqueduct db generate

@cmalbuquerque Thanks.. let me try this solution