loading_container 0.0.2 copy "loading_container: ^0.0.2" to clipboard
loading_container: ^0.0.2 copied to clipboard

Show center loading with white overlay

Loading Container #

Show center loading with white overlay

DEMO

LoadingContainer(
    isLoading: false
    // continue loading after isLoading turns false
    delay: Duration(seconds: 2),
    child: Text('Data Here...'),
)

You can see a complete sample in lib/main.dart file

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Show center loading with white overlay

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on loading_container