Giter Site home page Giter Site logo

everbooks's Introduction

Everbooks

A reading tracker Flutter application powered by Google Books API.

Getting Started

Login to Google Cloud and create a new application. Name it however you like. Then activate Google Books API in the 'Enabled API and Services' section.

Next, go to 'Credentials' section then click 'Create Credentials' then click 'OAuth client ID'. You will then be directed to a page where you can choose the application type for the client ID. Now, select 'Web application'. Then name it whatever you like. Then click create.

Next, you need to generate the SHA1 fingerprint for your app's debug and release mode and declare it in your app level build.gradle. Follow my StackOverflow answer for more information.

Once you manage to get the SHA1 fingerprint key for the debug and release mode, go back to the 'Credentials' section of your application in Google Cloud then add again a new OAuth client ID, but this time select the application type to Android. Again, you can name it whatever you want, then it will also ask for the package name, which you can get in the android/app/build.gradle file, and a SHA1 fingerprint. Paste the debug SHA1 key. Then click create. After that, repeat the above steps, but this time paste the release SHA1 key instead.

Once you finished creating a total of 3 credentials (3 OAuth client IDs), create a new file called private_data.dart in lib/appdata directory. Then paste this code and modify accordingly.

String webClientID = 'YOUR-WEB-CLIENT-ID';

You will need to replace 'YOUR-WEB-CLIENT-ID' with the web application's OAuth client ID.

Please note that while the ids for the OAuth Android clients aren't used directly by the app, removing them will throw an error when signing in with Google.

Features

  • Retrieve all the bookshelves and their information (name, date created, date updated, amount of items, and description)

  • Retrieve all the books in each bookshelves

  • Basic details of each book

  • Add and remove books to and from bookshelves

  • Search for books

Download app

Currently on pending

Everbooks in display

Everbooks demo 1

everbooks's People

Contributors

joec05 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.