blob: 5c673e83b44a41dbb693e344c2a29ab4745e14e7 [file] [log] [blame]
name: connectivity_for_web
description: An implementation for the web platform of the Flutter `connectivity` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine.
repository: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_for_web
version: 0.4.0
flutter:
plugin:
platforms:
web:
pluginClass: ConnectivityPlugin
fileName: connectivity_for_web.dart
dependencies:
connectivity_platform_interface: ^2.0.0
flutter_web_plugins:
sdk: flutter
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
environment:
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.20.0"