- Fix linter warning of missing case clause for hidden case in AppLifecycleState.
- Introducing the new
LocalConnectionNotifier
for showing local connection notification per specific screen. - A breaking change: Move connection notification options into a separate object named
ConnectionNotificationOptions
.
- Updated readme.
- Added more options to the
ConnectionNotifier
widget for enhanced customization. - Removed dependencies on
bloc
,flutter_bloc
, andoktoast
packages. - Introduced new tools for connection management.
- The
ConnectionNotifierManager.isConnected(context)
method has been deprecated. UseConnectionNotifierTools.isConnected
instead. Refer to the documentation for more information.
- Initial release.