flutter_overlay_loader 2.0.0
flutter_overlay_loader: ^2.0.0 copied to clipboard
A simple Flutter package for managing overlay loading when fetching remote data or any long-running async task. Flutter overlay loader is easy to use.
2.0.0 May 16, 2022 #
- Fix issues
1.0.8 May 14, 2022 #
- Update documentation
- Fix issues
1.0.7 May 14, 2022 #
- Update documentation
- Fix issues
1.0.6 May 13, 2022 #
- Add loader is being shown or not.
- Update documentation
1.0.5 May 13, 2022 #
- Add loader is being shown or not.
- Formatted code
1.0.4 May 13, 2022 #
- Add loader is being shown or not.
1.0.3 Aug 28, 2021 #
- Added show overlay loader with/without SafeArea like statusBar,notch.
1.0.2 Aug 28, 2021 #
- Update changelogs also
1.0.1 Aug 28, 2021 #
- Update documentation also
1.0.0 Aug 28, 2021 #
- This is a stable release!
- Fixed some issues
0.1.1 Mar 20, 2021 #
- Added Null safety support
- Update documentation
0.1.0-nullsafety Mar 20, 2021 #
- Added Null safety support
- Added option for Appbar overlay able or not
- Added option for BottomAppbar overlay able or not
0.0.2 Mar 6, 2020 #
- Fixed issue *Only one OverlayEntry will be added. *Fixed on Loading hide problem
0.0.1 Mar 2, 2020 #
- Develop this plugin for overlay loading.