Skip to content

Code written during the first session of the Flutter Study Jam on 11th of October 2018.

Notifications You must be signed in to change notification settings

FlutterStudyJam-Berlin/session_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Study Jam Berlin - Session 1

This repository contains the code we wrote during the first session of the Flutter Study Jam Berlin. This is not the starter code for the Todo List application we're building throughout the upcoming sessions. That code can be found in the FlutterStudyJam-Berlin/todo_app repository.

Installation

Clone or download the repository to a directory of your choice. Assuming it is ~/flutter_app, run the following commands to get started.

$> cd ~/flutter_app
$> flutter packages get
$> flutter run

Make sure that you either start an Android Emulator or an iOS Simulator (open -a simulator in your terminal) before executing flutter run.

About

Code written during the first session of the Flutter Study Jam on 11th of October 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published