simple_preloader 1.0.1 copy "simple_preloader: ^1.0.1" to clipboard
simple_preloader: ^1.0.1 copied to clipboard

The widget to wait for the return of asynchronous calls with preload.

pub package

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,
    );
1
likes
140
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

The widget to wait for the return of asynchronous calls with preload.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

custom_events, flutter, lottie

More

Packages that depend on simple_preloader