Table of Contents
This is a digital platform for sharing books in an organization. The project is created using the flutter SDK and firebase services. Google authentication is used for the validation of an account. Once the user is logged in then he/she can look for the available books uploaded by other students. Users can also see the contact details of donors and he/she can make a request for a book then E-mail is sent to the donor of the book with details of the requested user. Users can also contribute by adding their books.
Helper repository for this application can be found here
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
$ git clone https://github.com/jitendrajat10099/Find-Your-Book.git
$ cd Find-Your-Book
$ flutter pub get
$ flutter run (to run in debug mode)
$ flutter build apk (to build release apk)