loading_animation_widget 0.0.1-beta.4 loading_animation_widget: ^0.0.1-beta.4 copied to clipboard
This package contains loading animation or loading spiner or loader. It's usually used to show loading animation when the app is in loading state or something is processing.
⚠️ This package now almost ready you can use it. Make sure some APIs may change.
How to install #
Add loading_animation_widget:
to your pubspec.yaml
dependencies then run flutter pub get
dependencies:
loading_animation_widget:
Then import the package to use
import 'package:loading_animation_widget/loading_animation_widget.dart';