flutter_animated_bubble_background 0.0.1 copy "flutter_animated_bubble_background: ^0.0.1" to clipboard
flutter_animated_bubble_background: ^0.0.1 copied to clipboard

A Flutter package that provides an animated background widget with floating bubbles and customizable gradient colors. Perfect for creating engaging and beautiful app backgrounds.

example/lib/main.dart

import 'package:example/src/pages/home_example.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Animated Bubble Background Demo',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: const HomeExample(),
      debugShowCheckedModeBanner: false,
    );
  }
}
1
likes
150
points
24
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publishergiansandoval.com

Weekly Downloads

A Flutter package that provides an animated background widget with floating bubbles and customizable gradient colors. Perfect for creating engaging and beautiful app backgrounds.

Repository (GitHub)
View/report issues

Topics

#ui #animation #background #bubbles #gradient

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_animated_bubble_background