niloofaramerian / sms_receiver_channel

sms receiver channel for android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMS Receiver Channel

Use channel on the client_side (Flutter) and the platform_side (Android) and invoke sms receiver method asynchronously that returns a Future.

This method call executes a block of kotlin code on android and after successful completion of the method , it returns the result back to the flutter.

SmsReceiver

About

sms receiver channel for android


Languages

Language:Dart 59.2%Language:Kotlin 40.8%