A Flutter sample project showing list of cat photos from TheCatAPI.
- BLoC architecture
- Restful API integration
- SQLite database implementation
- SharedPreferences implementation
- Mutli-Locale implementation
click here to register account.
create constant.dart
at /lib/src/core/
with content below:
class Constant {
static const String API_KEY = "API_KEY_FROM_THE_CAT_API";
}