intel / rohd

The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.
https://intel.github.io/rohd-website
BSD 3-Clause "New" or "Revised" License
370 stars 65 forks source link

Refractor Riverpod state management to Bloc state management #466

Open quekyj opened 6 months ago

quekyj commented 6 months ago

Motivation

The current codebase of the flutter UI is tightly coupled together lead to difficulty in writing test.

Desired solution

Refractor the riverpod state management to BLOC state management.

Alternatives considered

No response

Additional details

No response