Skip to content

VITask Flutter App made for the students of VIT Chennai for their VTOP(Official College Website) Login. Made using the APIs provided by https://vitask.me

Notifications You must be signed in to change notification settings

shubham8130/vitask-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VITask Lite - Flutter Application

Available on Play Store!

VITask mobile application made for the students of VIT Chennai for their VTOP login.

Get it on Google Play

Screenshots

Installation

  • Download the Flutter SDK from https://flutter.dev/docs/get-started/install/windows
  • Extract the downloaded SDK and add the location of the bin file inside the flutter package to your path variables.
  • Install the flutter plugin into your Android Studio to be able to run Flutter apps.
  • You're ready to go.
  • Note: The above installation guidelines are only for windows.

Contributing Guidelines

Fork this repo and clone the forked repo into your PC.

This repo is frequently updated so make sure you always pull the latest version.

For updating a forked repo

  • git remote add upstream https://github.com/mayanktolani19/vitask-flutter.git
  • git fetch upstream
  • git checkout master
  • git rebase upstream/master
  • git push

Making changes to your forked repo

  • git add .
  • git commit -m"<Describe your changes>"
  • git push
  • After committing your changes, make Pull Request.

Our Team

Mayank Abhishek TK

About

VITask Flutter App made for the students of VIT Chennai for their VTOP(Official College Website) Login. Made using the APIs provided by https://vitask.me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.6%
  • Ruby 2.0%
  • Other 0.4%