Skip to content

An Flutter demo application using the TheCataApi.

Notifications You must be signed in to change notification settings

kaiyan910/Kitten

Repository files navigation

Kitten

A Flutter sample project showing list of cat photos from TheCatAPI.
screenshot

Things included

  1. BLoC architecture
  2. Restful API integration
  3. SQLite database implementation
  4. SharedPreferences implementation
  5. Mutli-Locale implementation

Register account for TheCatApi

click here to register account.

Create extra file

create constant.dart at /lib/src/core/ with content below:

class Constant {
  static const String API_KEY = "API_KEY_FROM_THE_CAT_API";
}

About

An Flutter demo application using the TheCataApi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages