Flutter - Incoming call feature using Agora

751

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.

Share:
751
Harsha Vardhan
Author by

Harsha Vardhan

Work hard because there is no luck or god to do favor. Be nice and friendly to have a long relationship with all. SUCCESS IS NOT A WORD,IT IS A REPRESENTATION OF YOUR WORK

Updated on December 01, 2022

Comments

  • Harsha Vardhan
    Harsha Vardhan over 1 year

    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.

    • João Pedro Ache Virgili
      João Pedro Ache Virgili almost 4 years
      i'm facing the same issue, did you find any solution?
    • scott lee
      scott lee almost 3 years
      I'm facing a similar issue too, did you find any solution?
  • jennie788
    jennie788 about 3 years
    Thanks, but can you give a code example? How do you handle locked screens? Thanks
  • Usama majid
    Usama majid about 2 years
    Please provide the code example.