You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E-Library is a high-performance, immersive Digital Library mobile application built entirely with Flutter and SQLite. Designed to provide a comprehensive library management ecosystem, E-Library allows you to seamlessly borrow books, read PDFs, and automatically manage fines based on a Role-Based Access Control (RBAC) system.
Administrator: Has full control over the system, including adding or removing Librarians and Students.
Librarian: Manages the book catalog (CRUD) and monitors the entire book borrowing history.
Student: Can search for books, borrow books, read books, and view their fine history.
Integrated PDF Reader: Read PDF book files directly within the application. Equipped with an automatic bookmark memory, allowing users to resume reading from the last opened page.
Automated Fine System: Intelligently calculates the borrowing duration and delays, automatically accumulating fines if the return deadline is exceeded.
Offline-First (SQLite): All user data, books, and borrowing histories are stored locally on the device without requiring an internet connection.
Modern Immersive UI & Dark Mode: Built with Material 3 design principles, featuring an immersive fullscreen layout by default and fully integrated Dark Mode.
Multilingual Support: Automatically adapts to device language settings (Supports English and Indonesian).
Debounced Search: A highly optimized book search feature (500ms debounce) to prevent UI lag on devices when typing book titles rapidly.
Automated CI/CD Pipeline: Fully configured with GitHub Actions to automatically build, protect (Obfuscate/R8), sign, and attach APK releases.
Contributions, issues, and feature requests are welcome!
Feel free to check issues page if you want to contribute.
License
This project is licensed under the MIT License - see the LICENSE file for details.
About
A full-featured Flutter digital library app with role-based authentication, integrated PDF reader, and automated fine calculation powered by local SQLite database.