Yes Another Counter App. I needed an application to explore both an architecture model and Test Driven development. This app using the Bloc model for state and is structured along the lines of the clean architecture model.
Both Unit and Widget testing is implemented under the test directory
Coverage is around 90% and the details can be found in the /coverage
directory.
Hope its useful top someone