webview_flutter
相关功能demo
cd lib/web
# 以lib/web为根目录启动网络服务器,这里使用php内置服务器
php -S localhost:9999
# 然后模拟器运行lib/main.dart即可
相关文档整理:在webview_flutter中封装JSBridge
webview_flutter
相关功能demo
cd lib/web
# 以lib/web为根目录启动网络服务器,这里使用php内置服务器
php -S localhost:9999
# 然后模拟器运行lib/main.dart即可
相关文档整理:在webview_flutter中封装JSBridge