Skip to content

SelvamuthukumaranRajan/bi-directional-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bi-directional communication

Internal communication between flutter and native code

Available for Android and iOS.


Demo

Home Screen

By clicking the "Get message" button, we can share values and image assets to the native Android screen.

Android Home Screen

An image asset from Flutter is shared and displayed on the native Android screen.

Result screen

Acknowledgement and values from the Android native screen are displayed on the Flutter home screen.