简体   繁体   中英

Flutter - Incoming call feature using Agora

Hi I have created an application for video calling using agora package, I would like to know how to in flutter we can be able to show a incoming call screen or push notification. Thanks in advance.

Personally, I used stacked_services to show a custom dialog (without context) from my service when I receive an icoming call.

I then changed the Dialog() to a Scaffold() to make it a full screen notification that was completely customizable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM