tentenponce / flutter_web_bridge

Sample Flutter web bridge library to communicate from Flutter web to Flutter mobile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_web_bridge

Example library of Flutter web bridge to communicate with mobile app through WebView.

Note:

Website will not function properly because it assumes that it is inside a mobile app that handles its events.

Quick technical summary

  • Receive events from mobile (webview) by adding custom event listener(s) on window.
  • Trigger events on mobile (webview) through javascript channels. Mobile webview must register this channels.

About

Sample Flutter web bridge library to communicate from Flutter web to Flutter mobile.


Languages

Language:C++ 39.9%Language:CMake 23.6%Language:HTML 21.4%Language:Dart 13.4%Language:C 1.7%