Flutter Study Jams

A series of workshop on flutter conducted for SDC VIT. This repository contains all the material used in the workshops categorized by no of sessions individually.


DOCS UI

Sessions Material

  1. Session1 Material
  2. Session2 Material
  3. Session3 Material
  4. Session4 Material
  5. Session5 Material

Content Available

The repository consists of following things:

  • Session PPT
  • Code Sample of each tutorial categorized by session
  • Other References

Setting up your environment

  • Pre-requisites:

    • Visual Studio Code - IDE for writing flutter code
    • Android Studio - for compiling flutter code
    • Emulator - for viewing code output
  • Installation Guide

    • Windows User

      • Flutter

        To install flutter follow the instructions given here

      • Andorid Studio

        To install android studio follow the instructions given here

      • VS Code

        To install VSCode follow the instruction here

    • Linux Users

      • Flutter

        To install flutter follow the instructions given here

      • Andorid Studio

        To install android studio follow the instructions given here

      • VS Code

        To install VSCode follow the instruction here

  • Flutter CLI

    • To check if flutter is installed

          flutter doctor
      
    • To check version of flutter

          flutter --version
      
      
      

Instructions to run the code sample

  • Clone the repo by using Git cli

    git clone https://github.com/GDGVIT/Flutter-StudyJams.git
    
      or
    	
      You can download repo using this option on github
    
      <img src='./Assets/clone.PNG'/>
    
    
  • Change the directory based on sessions directory

  • Open the file in VSCode and run it using flutter SDK

Resources

All the resources like courses and other reference material will be mentioned here.

Session Speakers



Made with :heart: by DSC VIT