Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Flutter workshop
Search
David Dikman
February 22, 2022
Programming
0
45
Flutter workshop
A brief walkthrough of when and why to use Flutter and an example repository.
David Dikman
February 22, 2022
Tweet
Share
More Decks by David Dikman
See All by David Dikman
Hackathon app idea
ddikman
0
71
Five approaches to testing
ddikman
1
88
Type of app development
ddikman
0
28
Rails Enterprise book critique
ddikman
0
46
Definition of Done
ddikman
0
130
Sidekiq and background processing
ddikman
0
22
Refactoring
ddikman
0
31
Other Decks in Programming
See All in Programming
【PHP】破壊的バージョンアップと戦った話〜決断と説得
satoshi256kbyte
0
120
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
550
Multi Step Form, Decentralized Autonomous Organization
pumpkiinbell
1
660
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
240
Software Architecture
hschwentner
6
2.1k
負債になりにくいCSSをデザイナとつくるには?
fsubal
9
2.3k
昭和の職場からアジャイルの世界へ
kumagoro95
1
350
ISUCON14公式反省会LT: 社内ISUCONの話
astj
PRO
0
180
個人アプリを2年ぶりにアプデしたから褒めて / I just updated my personal app, praise me!
lovee
0
340
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
10
1.8k
Writing documentation can be fun with plugin system
okuramasafumi
0
120
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Site-Speed That Sticks
csswizardry
3
370
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Mobile First: as difficult as doing things right
swwweet
223
9.3k
Adopting Sorbet at Scale
ufuk
74
9.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Why Our Code Smells
bkeepers
PRO
335
57k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Transcript
Styler Inc. Version 1.0 Flutter workshop Cross-platform app development dead
simple
Styler. Inc Version 1.0 Overview Installation Flutter vs others Let’s
do it What is Flutter
What is Flutter? Read here: https://www.freecodecamp.org/news/what-is-flutter-and-why-you-should-learn-it-in-2020/
Installation 1. Official install guide is good 2. Recommended Android
studio 3. Also needs Android SDK or xcode
Comparison From traditional cross-platform frameworks
Why Flutter - Quick development - Comparatively fast - Backed
by Google - Cross platform
Why not Flutter? - Skillset - Maturity - Native capabilities
- Native performance
Other platforms Flutter docs have very good get started guides
• Flutter for Android devs • Flutter for iOS devs • Flutter for React Native devs • Flutter for web devs • Flutter for Xamarin.Forms devs
Our first project Calling an API and listing the results
Thank you.