I want to show The incoming call ui screen in flutter. Please help someone how can I do it. like this. please someone help how can I do this...
Asked
Active
Viewed 425 times
0
-
How do you implement this? Actually, I need to display my custom incoming and outgoing call screens instead of the default call screens. Kindly help me to solve this. Thanks in advance. – Shanthini M Dec 26 '22 at 05:58
2 Answers
0
You can use flutter_callkit_incoming. Documentation is pretty straightforward so you can take a look at that.

Muhammad Hussain
- 966
- 4
- 15
-
-
-
-
I donot want to integrate call system in it . I just want to show the screen to the other mobile from click by another mobile. with default or custom sound. will this help me? – Shankar_raj Feb 03 '22 at 07:26
-
You can read the documentation, it requires your backend server to send the push notification to the receiver. – Muhammad Hussain Feb 03 '22 at 07:35
-
can we use this even when app terminates fully or is it only for when device is active – Shankar_raj Feb 03 '22 at 13:02
-
-
so it means it can work in background or when app is terminated also. – Shankar_raj Feb 04 '22 at 02:56
-
-
One last question sir. Will this work fine for ios also? And also will the action button work fine in the background also because the action button didnt work in the background for me. Please answer this two question. I am confused. And thank you sir for this much help. – Shankar_raj Feb 04 '22 at 11:06
-
I have used it myself, it works perfectly, but remember this only helps popping up the native and flutter incoming screens whenever there is a push notification from your backend server. – Muhammad Hussain Feb 04 '22 at 11:13
-
Is firebase perfect for that? And also please say will that work fine for ios also? Thank you very much sirrr... – Shankar_raj Feb 04 '22 at 11:27
-
Yes it will work, and firebase cloud messaging be a good choice. – Muhammad Hussain Feb 04 '22 at 11:58
-
one last time sir. please dont be annoyed, I am intermediate so little confusion. This surely works for multiple devices right sir, or only for only one device. – Shankar_raj Feb 04 '22 at 12:41
-
hello sir. My action button didn't work please suggest me some method. I used on background method but it didn't work. The action button worked fine in foreground and when app is in open state but the button is not working in background.. – Shankar_raj Feb 07 '22 at 04:59
0
You can refer connectycube_flutter_call_kit
package here orflutter_callkit_incoming
package here or also this answer for that

Ravindra S. Patil
- 11,757
- 3
- 13
- 40