screen_loader 4.0.0 screen_loader: ^4.0.0 copied to clipboard
Easy to use mixin ScreenLoader, which will handle the loading on the screen without using state or navigation stack. You can customise the loading as well.
4.0.0 #
- Added support for using the loader in
StatelessWidget
too - Using
stream_mixin
instead of state to show/hide loader - BREAKING CHANGE: Use
build
instead ofscreen
function - BREAKING CHANGE:
ScreenLoaderApp
widget is removed, useconfigScreenLoader
function instead
3.0.1 #
- Updated README
3.0.0 #
- Migrating to null safety
2.0.1 #
- Updated readme as per the previous version's breaking changes
2.0.0 #
- BREAKING CHANGE:
screenWrapper
function removed - Now just override
screen
function instead ofbuild
function in yourStatefulWidget
s
1.1.1 #
- Updated readme
1.1.0 #
- BREAKING CHANGE: Removed state parameter from
screenWrapper
function - Added performFuture
- Added BasicScreen in example
- Added loadingBgBlur in ScreenLoader
1.0.4 #
- Updated description
1.0.3 #
- Added example
1.0.2 #
- Updated description in pubspec.yaml
1.0.1 #
- Updated description in pubspec.yaml
1.0.0 #
- Initial release