This project is a Flutter-based mobile application developed to solve the queue management problem at NSUT (Netaji Subhas University of Technology) Library.
- Connect with Ims: To automatically fill data.
- Queue History: Track your past entries for future reference.
- Clone the repository:
git clone https://github.com/GDSC-NSUT/library-app```
- Navigate to the project directory:
cd library-app```
- Install the dependencies:
flutter pub get```
- Run the app:
flutter run```