0.0.7 • Published 7 months ago

flutter-bridge v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

flutter-bridge

内部使用

安装

npm i flutter-bridge

npm 使用

import call, { setup } from 'flutter-bridge'

// 页面初始化
setup(nativeBridge => {})

// 调用
const user = await call({ name: 'getUserInfo', params: { id: '123' } })

CDN 引入

https://unpkg.com/flutter-bridge/dist/index.umd.js

flutterBridge.setup()

const user = await flutterBridge.call({ name: 'getUserInfo', params: { id: '123' } })
0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago