FLUTTER ECOSYSTEM

mllrr96/Gpa-Calculator

문자 등급과 학점 시간을 기반으로 AUIS 학생들이 성적 평균(GPA)을 계산하는 데 도움을 줍니다

GPA 계산기 프로젝트 이미지
Stars
6
Forks
0
최근 푸시(UTC)
2025. 9. 23.
프로젝트 상태
활성
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