Loading repository dataβ¦
Loading repository dataβ¦
Aziz-Habbassi / repository
π BiblioGo - Free Book Reading App A Flutter mobile application that provides users with access to a vast collection of free books. Discover, read, and enjoy literature without any cost.
A beautiful Flutter app for reading books online with an intuitive user interface and smart category management.
| Feature | Screenshot |
|---|---|
| Splash Screen | |
| Category Selection | |
| Dark Theme Home Screen | |
| Light Theme Home Screen | |
| Search Functionality | |
| Book Details View |
This app follows the MVVM (Model-View-ViewModel) architecture pattern with:
Clone the repository
git clone https://github.com/Aziz-Habbassi/biblio-go.git
cd biblio-go
Install dependencies
flutter pub get
Run the app
flutter run
This app uses the Google Books API. To set it up:
Key packages used in this project:
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
http: ^1.1.0
shared_preferences: ^2.2.2
# Add other dependencies as needed
We welcome contributions! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Made with β€οΈ using Flutter
Don't forget to star β the repository if you found it helpful!