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
49
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
80
Five approaches to testing
ddikman
1
93
Type of app development
ddikman
0
34
Rails Enterprise book critique
ddikman
0
55
Definition of Done
ddikman
0
140
Sidekiq and background processing
ddikman
0
28
Refactoring
ddikman
0
37
Other Decks in Programming
See All in Programming
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
2
520
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
360
FormFlow - Build Stunning Multistep Forms
yceruto
1
190
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
1
130
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
280
XSLTで作るBrainfuck処理系
makki_d
0
210
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
250
生成AIで日々のエラー調査を進めたい
yuyaabo
0
620
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
920
Gleamという選択肢
comamoca
6
740
セキュリティマネジャー廃止とクラウドネイティブ型サンドボックス活用
kazumura
1
190
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
800
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Side Projects
sachag
455
42k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Become a Pro
speakerdeck
PRO
28
5.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Embracing the Ebb and Flow
colly
86
4.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
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.