tree: 601428879f8319a2b36c3cd31a1140420eb0e8f2 [path history] [tgz]
  1. example/
  2. ios/
  3. macos/
  4. CHANGELOG.md
  5. LICENSE
  6. pubspec.yaml
  7. README.md
packages/connectivity/connectivity_macos/README.md

connectivity_macos

The macos implementation of [connectivity].

Usage

Import the package

This package has been endorsed, meaning that you only need to add connectivity as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:connectivity.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  connectivity: ^0.4.8
  ...

Refer to the connectivity documentation for more details.