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.
Sessions 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
-
Linux Users
-
-
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.gitor 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