- BREAKING CHANGE: Using withValues instead of withOpacity
- Adjust break change
- Updating dependencies
- Formating file
- Fix bug introduced on the previous version
- Update versions and some cleanup work
- Fix reverse Duration
- Changing version constraints
- Updating dependencies
- Adding option to not show the overlay
- Update docs
- Passing property useBackButtonInterceptor
- Added progress functionality
- BreakingChange: Refactor
overlayWidget
tooverlayWidgetBuilder
. Now requires a function to display current progress - BreakingChange: Remove
overlayOpacity
. From now on use theoverlayColor
property with the.withOpacity
- Change
defaultOverlayColor
toColors.grey.withOpacity(0.4);
(Include opacity). - BreakingChange: Remove
@Deprecated
's methods inOverlayControllerWidgetExtension
- BreakingChange: Remove
overlayWidgetType
's property inOverlayControllerWidgetExtension
- Update example
- Update README.md
- Update CHANGELOG.md
- Replaced Container Widget for SizedBox
- Fixing Opacity bug for iOS
- Fixing back button interceptor for Web
- 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 (#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