A flutter project that displays a list of famous authors and their biography.
- Uses
Dio
for API consumption. - Uses
Either
package to handle error. - Uses
InheritedWidget
for state management.
Implementation of unit-testing and widget-testing.
A simple demo author application, originally a codemagic task. This application prioritise clean code with detailed unit-test and widget test, it uses InheritedWidget as state management, handles theme switching.
Dart