SAMS is a cross-platform mobile application built using Flutter and Firebase, designed to help teachers manage student attendance efficiently. Initially developed for the CSE-22 Series at Rajshahi University of Engineering and Technology (RUET) under the guidance of Prof. Dr. Boshir Ahmed, this app aims to streamline academic attendance management through a simple and scalable system.
SAMS is a mobile application designed for managing student attendance in educational institutions. It supports teachers' login and offers features for attendance tracking. Built with Flutter and Firebase, this system helps streamline attendance management. Initially built for Rajshahi University of Engineering and Technology (RUET), specifically for the CSE-22 series department.
- Teacher Role:
- Mark attendance for students
- Track attendance statistics for courses
- Attendance summary charts
- CSV/PDF export of attendance data
- Department Head Role
- Course Advisor Role
- Student Role
- Open for all Departments
Login Page | Signup Page |
---|---|
![]() |
![]() |
Forgot Password | Dashboard |
---|---|
![]() |
![]() |
Attendance Page | Reports Page |
---|---|
![]() |
![]() |
- Flutter — Cross-platform mobile development
- Dart — Programming language
- Firebase Authentication — User sign-up and login management
- Firebase Firestore — NoSQL cloud database for storing attendance data
- shared_preferences — Local key-value storage
- image_picker — Select images from gallery or camera
- pdf — Generate and export attendance reports as PDFs
- excel — Export attendance data in Excel format
- open_file — Open exported files from the app
- path_provider — Access device file system paths
- flutter_launcher_icons — Generate app icons for Android and iOS
- flutter_test — Testing framework
- flutter_lints — Enforce code quality standards
- Flutter
- Firebase account and project setup
- Android Studio or Xcode for emulator/device testing
# Clone the repository
git clone https://github.com/najat-ttt/SAMS_Basic.git
cd SAMS_Basic
# Install dependencies
flutter pub get
To connect the app to your Firebase project:
- Go to the Firebase Console and create a new project
- Add an Android app and/or an iOS app in your project settings
- Download the
google-services.json
file and place it inside theandroid/app/
directory - Download the
GoogleService-Info.plist
file and place it inside theios/Runner/
directory - Make sure to enable required Firebase services like Authentication and Firestore Database
For detailed setup instructions, refer to the official FlutterFire documentation
Once everything is set up, start the app on your connected device or emulator:
flutter run
- Ensure your Flutter SDK version matches the project requirement (
sdk: ^3.7.0
) - If you encounter Firebase-related build errors:
- Verify that
google-services.json
is correctly placed insideandroid/app/
- Verify that
GoogleService-Info.plist
is correctly placed insideios/Runner/
- Verify that
- Run the following command to check if your development environment is properly set up:
flutter doctor
If you'd like to contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m "Add: new feature"
- Push to your branch:
git push origin feature-branch
- Create a Pull Request
This project is licensed under the MIT License.
See the LICENSE file for more details.
- Thanks to Flutter for the awesome UI framework
- Thanks to Firebase for providing scalable backend services
- Special thanks to Prof. Dr. Boshir Ahmed sir for guidance and supervision
Email: siamnajat02@gmail.com