simple_preloader 1.0.1 simple_preloader: ^1.0.1 copied to clipboard
The widget to wait for the return of asynchronous calls with preload.
Simple Preloader #
This widget is a simple and functional preloader, ideal for enhancing the experience in applications that make asynchronous calls. It offers customization options, allowing users to select between different types and themes, adapting to the application's style and providing a more pleasant and consistent experience.
Screenshot #
Customization
Preloaders can be customized with the following parameters:
// default values
SimplePreloader(
type = PreloaderType.DEFAULT,
indicatorColor: Colors.white,
containerColor: Colors.black54,
containerOpacity: .5,
backgroundColor: Colors.black38,
backgroundOpacity: .5,
);