connectivity_for_web 0.3.1 connectivity_for_web: ^0.3.1 copied to clipboard
An implementation for the web platform of the Flutter `connectivity` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine.
0.3.1 #
- Use NetworkInformation API from dart:html, instead of the JS-interop version.
0.3.0 #
- Rename from "experimental_connectivity_web" to "connectivity_for_web", and move to flutter/plugins master.
0.2.0 #
- Add fallback on dart:html for browsers where NetworkInformationAPI is not supported.
0.1.0 #
- Initial release.