Skip to content

veronicani/sis-mobile-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

sis_mobile_homepage

Flutter project for SIS R35's mobile homepage! (WIP, last updated 2024 Feb 22, 6:20PM PST)

Currently displays the Assessments section of Rithm's upcoming page. Developed by a team with access to only iOS and OS, so it has yet to be tested for Android compatibility.

iOS Simulator Screenshot

Getting Started

Necessary packages to run this application (on Mac):

Notes

  • This app is currently making API requests to a version of SIS on localhost:8000, so please python3 manage.py runserver
  • Authentication has yet to be implemented. For testing purposes, in order to get a token, please include getToken() during app initialization, and pass in a fake username & password from the SIS fake dev database.
//In main.dart

void main() {
  runApp(MyApp());
  // sis_api.getToken(fake_username, fake_password); <- Uncomment me! Replace w/ credentials
}

About

Flutter app for SIS R35 mobile homepage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published