v2.0.0
This is a major release which contains breaking API changes.
⚠️ ConnectionAwareApp is now ConnectivityWatcherWrapper
-
navigatorKeyoptional parameter added for navigatorkey which allow you to add your own navigation key. -
subscribeToConnectivityChangeexposed a connectivity listener to listen for connectivity changes anywhere in the app and peform user operation with callback special thanks to @avnp16 for the request.
🐛 Bug Fixes
-
Resolved context null issue on internet change status in custom style
-
Minor bug fixes and improvements