A simple Flutter app that helps AUIS students calculate their GPA based on letter grades and credit hours.
🎓 Note: This app is tailored for students at The American University of Iraq, Sulaimani (AUIS) and follows the GPA calculation policy outlined in How to Calculate Your GPA.
- GPA calculator for UG and MBA students
- Accurate GPA & CGPA calculation based on AUIS rules
- Automatic saving and loading of courses and CGPA
- Dark mode and responsive design for desktop & mobile
- Web and Android support
- UG: Uses custom credit hours and full grade scale (A to F)
- MBA: Fixed 2-credit courses with limited grade range (A to C, F)
-
Web: Launch Web App
-
Android:
Home Screen | Grade Entry | GPA Result |
---|---|---|
git clone https://github.com/mllrr96/gpa_calculator.git
cd gpa_calculator
flutter pub get
flutter run