FLUTTER ECOSYSTEM

mllrr96/Gpa-Calculator

अक्षर ग्रेड और क्रेडिट घंटों के आधार पर AUIS छात्रों को उनका जीपीए कैलकुलेट करने में मदद करता है

GPA कैलकुलेटर प्रोजेक्ट कवर
Stars
6
Forks
0
अंतिम पुश (UTC)
23 सित॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
Mohammed Ragheb GitHub avatar
GITHUB User

Mohammed Ragheb ↗

भाषाएँDartHTMLRubySwiftKotlinObjective-C

संबंधित पैकेज और उदाहरण

उपयोग की गई निर्भरताएँ

निर्भरता सूची 12 आइटम

ऐप श्रेणियाँ

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

GPA Calculator

Try It Online

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.

Features

  • 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 vs MBA GPA Rules

  • 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)

Try It Online or Download

Screenshots

Home Screen Grade Entry GPA Result
https://github.com/mllrr96/gpa_calculator/blob/main/screenshots/iOS/Home-Empty.png https://github.com/mllrr96/gpa_calculator/blob/main/screenshots/iOS/Home.png https://github.com/mllrr96/gpa_calculator/blob/main/screenshots/iOS/Result.png

Build from Source

Clone the repository to your local machine
git clone https://github.com/mllrr96/gpa_calculator.git
Move into the project directory
cd gpa_calculator
Install all the required Flutter packages
flutter pub get
Run the app on your connected device or emulator
flutter run