sushamaborhade / Liber

online book app in flutter
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

website title image

πŸ“š A cross-platform app for online books πŸ“š

GitHub pull requests GitHub closed pull requests GitHub last commit GitHub issues Open Source Love MIT Licence

Online Book App

A simple Flutter Book app. Books are free to download and is the best place to start reading them online. Books will be listed with a brief description and have an astonishing view for books to be viewed by user.

How to Use

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Screenshots

Main Page LogIn Page SignUp Page
Confirmation Page Home Page Search Page
Category Page Profile Page License Page

Folder and File Structure

Here is the core structure of files in the app.

flutter-app/
|─── android
|─── build
|─── ios
|─── lib
|   │─── main.dart        
|   └─── screens/
|          │─── main screens/
|          |      │── Items/
|          |      |      └── search_item.dart
|          |      │── settings/
|          |      |      │── about.dart
|          |      |      └── downloads.dart
|          |      │── category_page.dart
|          |      │── home_page.dart
|          |      │── nav_bar.dart
|          |      │── profile_page.dart
|          |      └── search_page.dart
|          │── confirmation_page.dart
|          │── login.dart
|          │── registration.dart
|          │── signup.dart
|          └── splash_screen.dart
|─── test
|─── .gitignore
|─── LICENSE
└─── pubspec.yaml

Want to Contribute, if you find any bug or want to upgrade a feature,

Follow these steps: