Student-Lyf / RamLife

An app for Ramaz students
https://ramaz-go.web.app
MIT License
5 stars 5 forks source link
android cross-platform education flutter flutter-app ios mobile-app productivity ramaz web

Ramaz Student Life

This is an app to help Ramaz students navigate their student life. It tells you what classes you have when, the latest sports news, lost and found information, and more.

Complete list of features:

Your feedback is appreciated

We want to hear what you have to say, so please use the "Send Feedback" button in the app to tell us what you do -- or don't -- like, and we'll work on it.

Contributing

This repo is to be modified only by the Ramaz Coding Club. It follows a simple yet sophisticated structure, in addition to the standard Flutter folders. Here is a rundown of everything you need to know:

Code related folders:

Inside lib\, there are five libraries, each of which define a different part of the structure of the app. Each library two sections -- a folder under lib\src, containing all the code, and a file under lib\, which declares the library (sort of like a header file).

To be able to run and debug the app, run flutter run. To simply download it, run flutter build apk or flutter build ios, plug in your phone and run flutter install.