- Formatting file according to dartfmt
- Fixing overlayWidget underneath the screen overlay
- Adding GlobalLoaderOverlay use as example on the example project
- Fix to avoid looking deactivated widgets
- Migrating package to null safety
context.showLoaderOverlay
andcontext.hideLoaderOverlay
marked as depricated. You should usecontext.loaderOverlay.show
andcontext.loaderOverlay.hide
- widget that you pass to
context.loaderOverlay.show
will be shown instead ofwidgetOverlay
- Added
context.loaderOverlay.visible
- Added
context.loaderOverlay.overlayWidgetType
useDefaultLoading
set totrue
by default
- Adding possibility to pass a widget to show underneath the loading indicator
- Adding documentation
- Adding GlobalLoaderOverlay to use named routes
- Adding better description of the package
- Initial release fully functional