Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 610 Bytes

GPA Calculation App

Bu projede dinamik olarak derslerin ortalamaları hesaplanıp, dersin harf değerine göre listede gözükmesi amaçlanmıştır.

# Clone this project
$ git clone https://github.com/ferhatiltas/GPA-Calculation

# Access
$ cd GPA-Calculation

# Pull dependencies
$ flutter pub get

# Run the project (emulator or physical device needs to be connected first)
$ flutter run

# Build an apk
$ flutter build apk --split-per-abi