awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesBLoC Implementations

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.

Awesome BLoC Implementations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • brianegan/flutter_architecture_samplesAvatar de brianegan

    brianegan/flutter_architecture_samples

    8,920Ver en GitHub↗

    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.

    Dartdartflutterredux
    Ver en GitHub↗8,920
  • sky24n/flutter_wanandroidAvatar de Sky24n

    Sky24n/flutter_wanandroid

    5,670Ver en GitHub↗

    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.

    Dartblocflutterrxdart
    Ver en GitHub↗5,670
  1. Home
  2. Web Development
  3. State Management Patterns
  4. BLoC Implementations