2 مستودعات
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.
هذا المشروع عبارة عن قالب لتطبيقات الجوال متعددة المنصات وواجهة بداية (UI starter) لنظامي Android وiOS. يوفر أساساً لبناء واجهات جوال متسقة من قاعدة كود تعريفية واحدة. تطبق البنية إطار عمل تفاعلي لإدارة الحالة باستخدام BLoC وRxDart لفصل منطق الأعمال عن واجهة المستخدم. كما يتضمن بنية جوال مدعومة بالتدويل لإدارة دعم اللغات المتعددة والتعريب الإقليمي عبر التطبيق. تغطي قاعدة الكود إمكانيات تنفيذ عميل الجوال، بما في ذلك عرض المحتوى عن بُعد، وتخزين البيانات محلياً لحفظ إعدادات المستخدم، وحقن السمات المركزية للتنسيق العام.
Implements the BLoC pattern using streams to decouple business logic from the user interface.