tree: 0d904ec83a4e062e94cea2abc6d8b7c4fab868fa [path history] [tgz]
  1. android/
  2. ios/
  3. lib/
  4. macos/
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
packages/connectivity/connectivity_macos/README.md

connectivity_macos

The macos implementation of [connectivity].

Usage

Import the package

To use this plugin in your Flutter Web app, simply add it as a dependency in your pubspec.yaml alongside the base connectivity plugin.

(This is only temporary: in the future we hope to make this package an “endorsed” implementation of connectivity, so that it is automatically included in your Flutter macos app when you depend on package:connectivity_macos.)

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

...
dependencies:
  ...
  connectivity: ^0.4.6
  connectivity_macos: ^0.0.1
  ...

Use the plugin

Once you have the connectivity_macos dependency in your pubspec, you should be able to use package:connectivity as normal.