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
Bedrock Agentsレスポンス解析によるAgentのOps
licux
2
720
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
300
[JAWS-UG横浜 #79] re:Invent 2024 の DB アップデートは Multi-Region!
maroon1st
1
140
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
260
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
210
Pulsar2 を雰囲気で使ってみよう
anoken
0
230
テストをしないQAエンジニアは何をしているか?
nealle
0
130
富山発の個人開発サービスで日本中の学校の業務を改善した話
krpk1900
4
370
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
160
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
個人アプリを2年ぶりにアプデしたから褒めて / I just updated my personal app, praise me!
lovee
0
340
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
8
270
A Tale of Four Properties
chriscoyier
158
23k
Visualization
eitanlees
146
15k
Designing for Performance
lara
604
68k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
99
18k
KATA
mclloyd
29
14k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
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.