Skip to content

Resources to further explore Flutter. From workshop I conducted at IIIT Delhi

Notifications You must be signed in to change notification settings

an7agon1st/flutter-session-iiitd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Icon

Prerequisites

Flutter SDK

Android Studio SDK

Android Studio / VS Code Flutter and Dart plugin

Emulated Device / USB Debugging


Beginning Flutter

Flutter Doctor

flutter doctor
should give no issues

Create Project

flutter create project_name
generates required files and a sample counter project

Run The App

from the project directory
flutter run


Widgets

Stateless Widget

These widgets are static

Stateful Widget

Widgets are dynamic and data can be updated using setState((){})


State Management

setState

Scoped Models

Bloc

Provider

Vanilla


Please find resources below

About

Resources to further explore Flutter. From workshop I conducted at IIIT Delhi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published