Skip to content

A GUI for google classroom study materials in flutter.

Notifications You must be signed in to change notification settings

ashishbinu/classroom-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom GUI

A GUI in flutter for navigating through google classroom study materials.

Table of contents

Requirements

  1. Install Flutter version >=2.0.0

  2. Optional requirements :

  • Enable web support

    flutter config --enable-web
  • Enable desktop support for windows, macos and linux. Replace <platform> with the platform you want to support (windows,macos,linux).

    flutter config --enable-<platform>-desktop

Getting Started

  1. Download the source code.

    git clone https://github.com/ashishbinu/classroom-gui.git
    cd classroom-gui
  2. Initiliaze the Project.

    flutter create .
  3. Build for various platforms :

  • Android

    flutter build apk --split-per-abi
  • Web

    flutter build web
  • Desktop

    Replace <platform> with the platform of choice (windows, macos, linux)

    flutter build <platform>

Acknowledgements

This project uses json api provided by better-classroom.
Thanks @AJAK-01 for his contribution ❤️.

Contributions

Contribute to this project by reporting any bugs or giving suggestions to improve existing feature or provide new ideas you want to see in the app.