adaptive_spinner 0.1.1
adaptive_spinner: ^0.1.1 copied to clipboard
A circular progress indicator, scalable and adaptive to multiple platforms
Adaptive Spinner #
A circular progress indicator, scalable and adaptive to multiple platforms, 100% written in Dart.
Usage #
Using the AdaptiveSpinner is easy as calling a widget of yours. Simply call AdaptiveSpinner() where you want the spinner, and eventually pass some options:
- withMessage:
Stringyou can include a message below the spinner - withCenteredContainer:
doubleyou can put the spinner in a container with opaque background and specify how big this container will be - withCenteredText:
booleanyou can center the message - withStyle:
TextStyleyou can style the message - withSizedBox:
doubleyou can specify how big should be the space around spinner