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
83
Five approaches to testing
ddikman
1
95
Type of app development
ddikman
0
38
Rails Enterprise book critique
ddikman
0
56
Definition of Done
ddikman
0
140
Sidekiq and background processing
ddikman
0
28
Refactoring
ddikman
0
39
Other Decks in Programming
See All in Programming
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.8k
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
RDoc meets YARD
okuramasafumi
4
170
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.4k
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
120
Namespace and Its Future
tagomoris
6
700
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
530
アセットのコンパイルについて
ojun9
0
120
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
200
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.7k
複雑なドメインに挑む.pdf
yukisakai1225
5
1.1k
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
850
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
4k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
A better future with KSS
kneath
239
17k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
RailsConf 2023
tenderlove
30
1.2k
It's Worth the Effort
3n
187
28k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Context Engineering - Making Every Token Count
addyosmani
1
39
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.