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
51
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
84
Five approaches to testing
ddikman
1
100
Type of app development
ddikman
0
39
Rails Enterprise book critique
ddikman
0
57
Definition of Done
ddikman
0
150
Sidekiq and background processing
ddikman
0
29
Refactoring
ddikman
0
41
Other Decks in Programming
See All in Programming
オープンソースソフトウェアへの解像度🔬
utam0k
17
3.2k
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
10
1.7k
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
440
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
190
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
140
CSC305 Lecture 12
javiergs
PRO
0
240
AI 駆動開発におけるコミュニティと AWS CDK の価値
konokenj
5
280
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
7
3.6k
CSC509 Lecture 06
javiergs
PRO
0
270
GC25 Recap: The Code You Reviewed is Not the Code You Built / #newt_gophercon_tour
mazrean
0
120
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1.2k
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
1.8k
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1371
200k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
650
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
4 Signs Your Business is Dying
shpigford
186
22k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Practical Orchestrator
shlominoach
190
11k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
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.