This is a mobile app for karunyans to help get their student information without going to Eduserve portal every time. The reason to create this app is to view the student data in a good way unlike the website that is not a mobile responsive and to eliminate the need to login every single god-damn time.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Anyone with intermediate experience with flutter can contribute to the project without any guidance, but If you need any assistance on how the project is structured please create an issue and I will explain. UI designers are really in need and even if you don't know flutter you are welcome to discuss with us with wireframes or mockups.
You can download the latest app from the releases tab.
If you want to build the app for yourself then you will need flutter installed on your device. Install flutter Once it is installed follow these steps to compile an app from the source,
git clone --recurse-submodules https://github.com/hiruthicShaSS/eduserveMinimal.git
git checkout mobile_app
You don't have to check out to the mobile_app branch, the main branch will contain the code for stable version. Although you can always update your mobile_app branch to your local repo for dev versions of the app.
flutter pub get
flutter build apk
-
Platform specific:
flutter build apk --target-platform "your platform"
-
Append '--release' or '--debug' for release app or debug app respectively.
-
More: Build Flutter app
Distributed under the BSD-3-CLAUSE License. See LICENSE for more information.