flutter_multi_stream_builder 1.0.0 copy "flutter_multi_stream_builder: ^1.0.0" to clipboard
flutter_multi_stream_builder: ^1.0.0 copied to clipboard

A Flutter widget that efficiently handles multiple streams in a single widget tree, eliminating the need for nested StreamBuilder widgets.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 2024-01-XX #

Added #

  • Initial release of MultiStreamBuilder widget
  • Support for handling multiple streams in a single widget tree
  • Type-safe API with generic stream handling
  • Efficient rebuilding mechanism that only updates when streams emit new data
  • Comprehensive error handling for individual streams
  • Support for different stream types in the same builder
  • Clean API similar to Flutter's StreamBuilder
  • Full Flutter integration with seamless widget tree integration

Features #

  • Multiple stream support with no limit on the number of streams
  • Type safety with generic type support for each stream
  • Efficient performance with minimal widget rebuilds
  • Clean and intuitive API design
  • Comprehensive documentation and examples

Documentation #

  • Complete API documentation with examples
  • Comprehensive README with usage patterns
  • Performance considerations and best practices
  • Comparison with nested StreamBuilder approach
0
likes
160
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that efficiently handles multiple streams in a single widget tree, eliminating the need for nested StreamBuilder widgets.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_multi_stream_builder