internet_connection_checker_plus 2.5.2 internet_connection_checker_plus: ^2.5.2 copied to clipboard
A Flutter package to check your internet connection with subsecond response times, even on mobile networks!
2.5.2 #
2.5.1 #
- refactor: lowered sdk constraints to support dart 2.15 and above
2.5.0 #
2.4.0 #
2.3.0 #
- chore!: updated connectivity_plus dependency to v6.0.1 in d2d9019
2.2.0 #
- feat: added custom headers and success criteria function in acec1e6. Thanks @tatashidayat for #18
- docs: updated example app with new features in aff81b8
2.1.0 #
- chore!: updated connectivity_plus dependency to v5.0.0 in 99c8726
2.0.0 #
Contains Breaking Changes #
- feat!: changed working logic by using
http
requests instead ofSocket
connections. - chore: updated example app to Flutter 3.10 template.
- legal: updated licenses and added credits.
- docs: updated readme to contains new working logic.
1.0.1 #
- Updated Readme
1.0.0 #
-
BREAKING CHANGES
- Using
http
requests instead ofSocket
connections. - Replaced
InternetAddress
withUri
.
- Using
-
NEW FEATURES
- Added proper
Web
support. - Faster connection checks.
- Reduced latency.
- Added proper
0.0.1 #
- Initial Release
- Cloned from internet_connection_checker
- Added Web Support