- Adding GlobalLoaderContext to be used on the MaterialApp builder
- Making Global Loader Overlay as powerful as Normal Overlay
- Fixing overlay not showing when back on the page
- Adding animation when the overlay is shown and hide
- Updating dependencies
- Making default overlay platform adaptative
- Formatting files
- Adding possibility to overlay only one part of the screen (rodrigobastosv#27)
- Adding flutter_lints
- Formatting files
- Adjusting README
- Add fix on prevent back button action while using named routes
- Adding possibility to prevent back button action
- 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