tentenponce / flutter_mobile_bridge

Sample Flutter mobile app that communicates on a webview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_mobile_bridge

Example library of Flutter mobile app that communicates on a WebView.

Flutter web implementation: https://github.com/tentenponce/flutter_web_bridge

Quick technical summary

  • Receive events from webview by registering Javascript Channels on webview itself.
  • Trigger events on webview by dispatching a custom event that should be handled by the website.

Demo

demo2.mp4

About

Sample Flutter mobile app that communicates on a webview.


Languages

Language:Dart 66.8%Language:HTML 27.3%Language:Swift 4.1%Language:Kotlin 1.5%Language:Objective-C 0.4%