- 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.showLoaderOverlayandcontext.hideLoaderOverlaymarked as depricated. You should usecontext.loaderOverlay.showandcontext.loaderOverlay.hide- widget that you pass to
context.loaderOverlay.showwill be shown instead ofwidgetOverlay - Added
context.loaderOverlay.visible - Added
context.loaderOverlay.overlayWidgetType useDefaultLoadingset totrueby 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