当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
7 Star 5 Fork 33

OpenHarmony-SIG/flutter_inappwebview
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

flutter_inappwebview_platform_interface

A common platform interface for the flutter_inappwebview plugin.

This interface allows platform-specific implementations of the flutter_inappwebview plugin, as well as the plugin itself, to ensure they are supporting the same interface.

Usage

To implement a new platform-specific implementation of flutter_inappwebview, extend InAppWebViewPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default InAppWebViewPlatform by calling InAppWebViewPlatform.instance = MyPlatformWebview().

Note on breaking changes

Strongly prefer non-breaking changes (such as adding a method to the interface) over breaking changes for this package.

See https://flutter.dev/go/platform-interface-breaking-changes for a discussion on why a less-clean interface is preferable to a breaking change.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/flutter_inappwebview.git
git@gitee.com:openharmony-sig/flutter_inappwebview.git
openharmony-sig
flutter_inappwebview
flutter_inappwebview
master

搜索帮助