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

outdated

Show center loading with white overlay

Loading Container #

Show center loading with white overlay

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
2%
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