appbridgenewplus 1.0.1 copy "appbridgenewplus: ^1.0.1" to clipboard
appbridgenewplus: ^1.0.1 copied to clipboard

A versatile Flutter plugin for native bridging and web view communication. Features UI, navigation, events, downloads, device info, video playback, and more.

1.0.1 #

  • 平台兼容性:
    • Android: 降级 screen_brightnessbattery_plus 依赖,以解决在旧版 Kotlin (1.7.10) 环境下的编译错误。
    • iOS: 修复 SUPPORTED_PLATFORMS 和部署目标配置,实现对 iOS 模拟器的完整支持。
  • 文档与元数据:
    • 优化 pubspec.yaml 描述并添加相关主题(webview, bridge, native)以提高搜索可见性。
    • README.md 中添加 GitHub 仓库链接和徽章,符合 pub.dev 规范。
    • 更新核心 Appbridgenew 类及其方法的 API 文档注释(///)。
  • 代码质量:
    • 修复示例测试 (widget_test.dart) 中的 Lint 错误。
    • 清理 appbridgenewplus_method_channel.dart 中的无用变量和冗余逻辑。
    • 解决 onApkInstallResult 处理程序中的空安全逻辑问题。

1.0.0-beta.1 #

  • Initial pre-release of appbridgenewplus.
  • Integrated various platform-specific functionalities including UI, navigation, live activities, events, and more.
  • Added support for Webview communication bridge.
  • Included modules for device info, video playback, and download management.
  • Resolved dependency conflicts and missing packages (dio, uuid, webview_flutter_android).