/codemagic_task

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.

Primary LanguageDart

codemagic_task

A flutter project that displays a list of famous authors and their biography.

Format, Analyze and Test codecov

App Demo

  • Uses Dio for API consumption.
  • Uses Either package to handle error.
  • Uses InheritedWidget for state management.

Implementation of unit-testing and widget-testing.