bubble_loader 1.0.2 copy "bubble_loader: ^1.0.2" to clipboard
bubble_loader: ^1.0.2 copied to clipboard

Flutter Loading Indicator having Two Bubbles.

Bubble Loader #

Show a beautiful & animated loading indicator.

Bubble Loader Demo

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),
      ),
    ),
  );
}

Usage Scenarios #

  • Use as Splash Screen.
  • Show until data loads from server.
5
likes
110
pub points
56%
popularity

Publisher

unverified uploader

Flutter Loading Indicator having Two Bubbles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bubble_loader