loading_animation_widget 0.0.1-beta.2 loading_animation_widget: ^0.0.1-beta.2 copied to clipboard
flutter loading animation or spiner whatever you wanna call.
⚠️ 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';