A Flutter project created to supply a convenient application for reading ebook instead physical ones. If you are a book lover, this application is for you. You can read books from Google Books, download them for offline reading, and save them to your library and shelf.
- Clone this project.
- Run
flutter pub getcommand to install necessary package. - Create
.envfile in root directory - Modify content of
.envfile to match.env.examplefile (ANDROID and IOS API KEY are required, OPENAI API LEY is optional for chatbot feature) - In the lib folder, create
firebase-options.dartfile. - Modify content of
firebase-options.dartfile file to matchfirebase-options.example.dartfile, you must replace ANDROID and IOS API KEY parameter. - Run
flutter runcommand to run this project. - Enjoy this application (feel free to delete
.env.exanpleandfirebase-options.example.dartfile)






