connectivity_plus_web 0.7.0-nullsafety.0
connectivity_plus_web: ^0.7.0-nullsafety.0 copied to clipboard
An implementation for the web platform of the Flutter `connectivity_plus` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine.
0.7.0-nullsafety.0 #
- Migrated to null safety
0.6.1 #
- Address pub score
0.6.0 #
- Removed members that were moved to network_info_plus
0.5.0 #
- Updated platform interface
0.4.0 #
- Transfer to plus-plugins monorepo
0.3.1+3 #
- Transfer package to Flutter Community under new name
connectivity_plus_web
.
0.3.1+2 #
- Update package:e2e to use package:integration_test
0.3.1+1 #
- Update package:e2e reference to use the local version in the flutter/plugins repository.
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_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.