Skip to content

This project uses Google Books API to fetch books and display them in a list. You can search for books using the search bar and add books to your favorites list. Remove them from the list if you wish.

License

yakupemeksiz/my_favorite_books

Repository files navigation

My Favorite Books

style: very good analysis License: MIT


Getting Started 🚀

In order to run the project, you need to get an API key first from Google Books API. After you get the API key, you need to create a .env file in the root directory and add the following line:

API_KEY=YOUR_API_KEY

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main.dart  --dart-define APP_ENV=dev

# Staging
$ flutter run --flavor staging --target lib/main.dart --dart-define APP_ENV=stage

# Production
$ flutter run --flavor production --target lib/main.dart --dart-define APP_ENV=prod

*This project is tested on iOS and Android.

Summary of the Project

  • This project uses Google Books API to fetch books and display them in a list. You can search for books using the search bar and add books to your favorites list. Remove them from the list if you wish. It's created using the Very Good CLI.
  • This is a project that mainly uses BLoC with clean architecture pattern.
  • API tests are written using Mockito.

Used Packages

About

This project uses Google Books API to fetch books and display them in a list. You can search for books using the search bar and add books to your favorites list. Remove them from the list if you wish.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published