| name: connectivity_macos |
| description: macOS implementation of the connectivity plugin. |
| # 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump |
| # the version to 2.0.0. |
| # See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 |
| version: 0.1.0+6 |
| homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos |
| |
| flutter: |
| plugin: |
| platforms: |
| macos: |
| pluginClass: ConnectivityPlugin |
| |
| environment: |
| sdk: ">=2.1.0 <3.0.0" |
| flutter: ">=1.10.0 <2.0.0" |
| |
| dependencies: |
| flutter: |
| sdk: flutter |
| |
| dev_dependencies: |
| pedantic: ^1.8.0 |