rifcare_loading 2.0.0
rifcare_loading: ^2.0.0 copied to clipboard
A lightweight and customizable Flutter package for displaying sleek and responsive alert dialog loading indicators. Designed to enhance user experience with smooth animations and easy integration, thi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rifcare_loadingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rifcare_loading: ^2.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rifcare_loading/rifcare_loading.dart';