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 項

App 分類

原始 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