FLUTTER ECOSYSTEM

animated_stream_list

A Flutter library to easily display a list with animated changes from a Stream>. It's like StreamBuilder + ListView.Builder with animations.

Latest version
1.1.0
30-day downloads
82
Likes
33
Pub points
30

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A Flutter package that simplifies displaying lists with animated updates from a Stream. It combines the functionality of StreamBuilder and ListView.builder with built-in animations for insertions, deletions, and updates. Ideal for dynamic data sources like real-time databases or user inputs, it ensures smooth visual transitions without manual animation handling. The library is lightweight and easy to integrate into existing projects.

Use cases
  • Real-time data feeds
  • Dynamic list updates
  • Chat app message lists
  • User-generated content displays
  • Live dashboard data
Key features
  • Built-in item animations
  • Stream-driven list updates
  • Minimal boilerplate
  • Smooth insert/delete transitions
  • Automatic rebuilds on stream changes
Suitable for
  • Developers seeking simple animated lists
  • Projects with real-time data
  • Apps requiring responsive UIs
  • Flutter beginners learning streams
  • UI-heavy applications
Considerations
  • Limited customization beyond basic animations
  • No support for custom scroll physics
  • Not optimized for very large datasets
  • Requires careful stream management
  • May impact performance with frequent updates
Supported platformsNot available

Install package

flutter pub add animated_stream_list

Categories

Source repository

Related projects

No data available yet.