Counter App using simple setState to manage state.
- modify theme primarySwatch to custom MaterialColor of 0xFF2B64A3, and hot reload to see changes.
- add decrement FAB below increment FAB.
- add test to verify decrement function as expected.
The final result is on final_result branch.