2 repositorios
Concrete implementations of the Business Logic Component pattern using streams and sinks for reactive state management in UI frameworks.
Distinct from State Management Patterns: Distinct from State Management Patterns: focuses specifically on the BLoC pattern's stream-based architecture rather than general state management approaches.
Explore 2 awesome GitHub repositories matching web development · BLoC Implementations. Refine with filters or upvote what's useful.
This is a reference project that implements the same TodoMVC application across multiple Flutter state management and architecture patterns, enabling direct side-by-side comparison. The project demonstrates how different approaches—including BLoC, Redux, MobX, Provider, and Scoped Model—handle state, data flow, and separation of concerns within the Flutter framework. Each architecture implementation is built to the same specification and runs an identical suite of shared integration tests, ensuring consistent behavior across all patterns. This allows developers to evaluate the trade-offs of e
Separates business logic from UI by using streams and sinks to manage state reactively.
Este proyecto es una plantilla de aplicación móvil multiplataforma y un starter de UI para Android e iOS. Proporciona una base para construir interfaces móviles consistentes a partir de una única base de código declarativa. La arquitectura implementa un framework de gestión de estado reactivo utilizando BLoC y RxDart para desacoplar la lógica de negocio de la interfaz de usuario. También incluye una arquitectura móvil internacionalizada para gestionar el soporte multi-idioma y la localización regional en toda la aplicación. La base de código cubre capacidades para la implementación de clientes móviles, incluyendo el renderizado de contenido remoto, persistencia de datos local para almacenar configuraciones de usuario e inyección centralizada de temas para el estilo global.
Implements the BLoC pattern using streams to decouple business logic from the user interface.