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
?.