connection_notifier 1.0.1 connection_notifier: ^1.0.1 copied to clipboard
A Flutter package that notifies when no internet connection as well as providing simple tools that help tracking the internet connection status.
1.0.1 #
- Update readme
1.0.0 #
Breaking Changes #
1- Remove dependencies on bloc, flutter_bloc and oktoast packages.
2- Add new tools for connection management.
- ConnectionNotifierManager.isConnected(context); is deprecated, use ConnectionNotifierTools.isConnected; instead (see docs for more info).
3- Update documentation.
4- Add more options to ConnectionNotifier widget.
0.0.1 #
- Initial release.