New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flutter-bridge

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flutter-bridge

> 内部使用

  • 0.0.7
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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' } })

Keywords

FAQs

Package last updated on 29 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc