How do I call a native phone feature from Flutter and make an automatic call?

Asked 1 years ago, Updated 1 years ago, 385 views

I am currently developing a smartphone application on Flutter.
Among them, I was able to confirm that the screen transition from the application I was creating to the phone application and the number specified by the application side was entered in the phone number entry field.

However, it has not reached the point where it is automatically transmitted.
Is it possible to implement the automatic calling function? If possible, I would like to have references, source code, etc.

flutter dart

2022-09-30 22:01

1 Answers

I looked at these sites:

https://medium.com/flutter-community/sms-from-flutter-9caefd0d0dd4
https://stackoverflow.com/questions/62826922/how-to-send-sms-automatically-in-flutter

The second is the stack overflow page in English,
He made a sample for me, I haven't seen it in detail, but I'll attach that link:
https://github.com/rodrigoc85/flutter-sms-dispatcher

I don't think there are many people who want to implement these features, but
If you copy this repository, you may be able to do it.

That's it


2022-09-30 22:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.