flutter_animated_bubble_background 0.0.2 copy "flutter_animated_bubble_background: ^0.0.2" to clipboard
flutter_animated_bubble_background: ^0.0.2 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.

Changelog #

0.0.2 - 2025-09-01 #

๐ŸŽ‰ EXAMPLE COMPLETO #

โœจ Nuevas Caracterรญsticas

  • ๐Ÿ“ฑ Ejemplo completo funcional agregado en carpeta /example
  • ๐ŸŽจ 5 temas predefinidos con gradientes espectaculares:
    • ๐ŸŒŒ Purple Galaxy - Gaming & Entertainment
    • ๐ŸŒ… Tropical Sunset - Travel & Photography
    • ๐ŸŒŠ Deep Ocean - Health & Meditation
    • ๐ŸŒฒ Mystical Forest - Nature & Eco-Friendly
    • ๐Ÿ’™ Basic Example - Corporate & Business
  • ๐ŸŽฎ Interfaz interactiva para probar diferentes configuraciones
  • ๐Ÿ’ก AppColors utility class con gradientes predefinidos

๐Ÿ“ฑ Mejoras de Usabilidad

  • ๐Ÿ  HomeExample widget completamente funcional
  • โš™๏ธ Configuraciรณn personalizable para desarrolladores
  • ๐Ÿ“š Documentaciรณn mejorada con ejemplos reales
  • ๐ŸŽฏ SafeArea implementation para mejor compatibilidad

๐Ÿ› ๏ธ Mejoras Tรฉcnicas

  • ๐Ÿ“ Estructura de proyecto optimizada
  • ๐ŸŽจ Assets organizados con capturas de pantalla
  • ๐Ÿ“– README actualizado con ejemplos visuales
  • ๐Ÿงช Tests mejorados para mayor cobertura

๐ŸŽจ Utilidades Agregadas

class AppColors {
  static const purpleGalaxyGradient = [Color(0xFF6A0572), Color(0xFF8E44AD), Color(0xFF3498DB)];
  static const tropicalSunsetGradient = [Color(0xFFFF6B6B), Color(0xFFFFE66D), Color(0xFF4ECDC4)];
  static const deepOceanGradient = [Color(0xFF0077BE), Color(0xFF00A8CC), Color(0xFF40E0D0)];
  static const mysticalForestGradient = [Color(0xFF2D5016), Color(0xFF5E8B2E), Color(0xFF8FBC8F)];
  static const basicExampleGradient = [Color(0xFF3498DB), Color(0xFF2980B9)];
}

0.0.1 - 2025-09-01 #

๐ŸŽ‰ Initial Release #

โœจ Features

  • ๐Ÿซง Animated floating bubbles with realistic physics
  • ๐ŸŒˆ Customizable gradient backgrounds with multiple color support
  • ๐Ÿ“ Bounce physics - bubbles naturally bounce off screen edges
  • โš™๏ธ Highly configurable - control count, size, speed, and colors
  • โœจ Visual effects - realistic shine and smooth transparency
  • ๐Ÿ“ฑ Mobile optimized - smooth performance across all platforms

๐Ÿ› ๏ธ API

  • gradientColors: List
  • bubbleCount: int - Number of floating bubbles (10-50)
  • minBubbleSize/maxBubbleSize: double - Bubble size range
  • speed: double - Animation speed (0.1-3.0)
  • bubbleColor: Color - Base bubble color
  • bubbleOpacity: int - Transparency level (0-255)

๐Ÿ“ฑ Compatibility

  • โœ… Android (API 16+)
  • โœ… iOS (9.0+)
  • โœ… Web (All browsers)
  • โœ… Windows (10+)
  • โœ… macOS (10.14+)
  • โœ… Linux (All distributions)

๐ŸŽจ Included Examples

  • ๐ŸŽฎ Gaming background with high energy colors
  • ๐Ÿง˜ Meditation app with calm, slow bubbles
  • ๐Ÿ“ฑ Welcome screen with vibrant gradients
  • โณ Loading screen with subtle animations
  • ๐Ÿข Corporate design with professional colors

๐Ÿงช Testing

  • โœ… Unit tests with 100% coverage
  • โœ… Widget tests for all components
  • โœ… Integration tests for complex scenarios
  • โœ… Performance tests for optimization
  • โœ… Cross-platform tests on all supported platforms

Full documentation available at pub.dev

0
likes
150
points
153
downloads
screenshot

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

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_animated_bubble_background