loadingkit_flutter 0.0.2 loadingkit_flutter: ^0.0.2 copied to clipboard
A Flutter Loading Kit Package
Flutter Loadingkit ↻ #
A simple linear loading flutter package
Usage #
To use this plugin, add loadingkit_flutter
as a dependency in your pubspec.yaml file 🔗.
You are good to go now 👍
Usage #
class HomeScreen extends StatelessWidget {
const HomeScreen({super.key});
@override
Widget build(BuildContext context) {
return FlutterLoadingKit(
isLoading: true,
color: Colors.red,
child: ...
);
}
}
🚀 Contributors #
New Contributors are welcomed.
Feel Free to request any missing features or report issues here 🔗.