0 purchases
bubble loader
Bubble Loader #
Show a beautiful & animated loading indicator.
Usage #
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: Scaffold(
body: const BubbleLoader(
color1: Colors.deepPurple,
color2: Colors.deepOrange,
bubbleGap: 10,
bubbleScalingFactor: 1,
duration: Duration(milliseconds: 1500),
),
),
);
}
copied to clipboard
Usage Scenarios #
Use as Splash Screen.
Show until data loads from server.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.