bubble_loader

Creator: coderz1093

Last updated:

0 purchases

bubble_loader Image
bubble_loader Images

Languages

Categories

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.