A simple app I wrote to refresh/increase my Flutter knowledge.
- Explored multi-module approaches.
modules/apiis a separate Dart package encapsulating networking logic. - Added
injectableon top ofgetIt, which I already knew. - Used
freezedinstead ofEquatable. - Initially explored Riverpod for state management, but went back to using Cubits.

