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 each approach in a concrete, testable context rather than through abstract descriptions.
The project serves as a learning resource for Flutter app architecture, providing working examples that show how different patterns manage state, structure code, and support testing. The shared integration test suite verifies that every implementation behaves identically from the user's perspective, regardless of the underlying architectural choices.