connectivity_plus_ohos 0.0.3 copy "connectivity_plus_ohos: ^0.0.3" to clipboard
connectivity_plus_ohos: ^0.0.3 copied to clipboard

This plugin allows Flutter apps to discover network connectivity types that can be used on OpenHarmony.

connectivity_plus_ohos #

pub package GitHub stars GitHub forks GitHub license GitHub issues harmony-candies

This plugin allows Flutter apps to discover network connectivity types that can be used on OpenHarmony.

The OpenHarmony implementation of connectivity_plus.

connectivity_plus 在 OpenHarmony 平台的实现。

使用 #

dependencies:
  connectivity_plus: 5.0.2
  connectivity_plus_ohos: any

在你的项目的 module.json5 文件中增加以下权限设置。

    requestPermissions: [
      {"name" :  "ohos.permission.INTERNET"},
      {"name" :  "ohos.permission.GET_NETWORK_INFO"},
    ],
1
likes
120
points
31
downloads

Publisher

verified publisherharmonycandies.com

Weekly Downloads

This plugin allows Flutter apps to discover network connectivity types that can be used on OpenHarmony.

Repository (GitHub)
View/report issues

Topics

#connectivity #connectivity-plus #ohos #harmony-os #openharmony

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus_platform_interface, flutter

More

Packages that depend on connectivity_plus_ohos