Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Tasting Flutter Samples
konifar
November 28, 2017
Programming
1
820
Tasting Flutter Samples
konifar
November 28, 2017
Tweet
Share
More Decks by konifar
See All by konifar
Introduction to API Testing Automation by Postman
konifar
0
2.4k
Kyash iOSアプリのQAの歴史
konifar
0
3.3k
エンジニアから見たKyashのPdMのおしごと / An engineer's perspective for PdM roles in Kyash
konifar
3
1.3k
Kyash Androidのイースターエッグ実装 / Kyash Android Easter Eggs
konifar
2
830
Master of Android Theme
konifar
23
11k
Material Themingとは何か / material theming overview
konifar
2
230
KyashのGoogle Pay対応の概要 / kyash-google-pay
konifar
2
730
LottieAnimation with DataBinding
konifar
5
350
私の年収グラフと幸せグラフ / The graph of my income and happiness
konifar
14
16k
Other Decks in Programming
See All in Programming
SRE bridge the gap: Feature development to Core API / 機能開発チームとコアAPIチームの架け橋としてのSRE
kenzan100
1
160
TechFeed Conference 2022 - Kotlin Experimental
jmatsu
0
800
インフラエンジニアの多様性と評価、またはキャリアへのつなげ方 / Careers as infrastructure engineers
katsuhisa91
0
530
The future of trust stores in Python
sethmlarson
0
180
Git Rebase
bkuhlmann
7
1k
Jetpack Compose 頑張らないPreviewParameterProvider
horie23
0
110
競プロへの誘 -いざな-
u76ner
0
370
mrubyを1300円のボードで動かそう
yuuu
0
190
よりUXに近いSLI・SLOの運用による可用性の再設計
kazumanagano
3
650
Monadic Java
mariofusco
4
260
プログラミングを勉強したいと言われたら
yuba_4
0
410
roadmap to rust 2024
matsu7874
1
850
Featured
See All Featured
In The Pink: A Labor of Love
frogandcode
130
21k
Agile that works and the tools we love
rasmusluckow
319
19k
From Idea to $5000 a Month in 5 Months
shpigford
372
44k
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
100
5.9k
The Cult of Friendly URLs
andyhume
68
4.7k
A designer walks into a library…
pauljervisheath
196
16k
Building Adaptive Systems
keathley
25
1.1k
The Power of CSS Pseudo Elements
geoffreycrofte
46
3.9k
Unsuck your backbone
ammeep
659
55k
Web Components: a chance to create the future
zenorocha
303
40k
Fontdeck: Realign not Redesign
paulrobertlloyd
73
4.1k
Three Pipe Problems
jasonvnalue
89
8.6k
Transcript
Tasting Flutter Samples potatotips#45 @konifar
• GitHub/Twitter: @konifar • Blog: konifar.hatenablog.com konifar-zatsu.hatenadiary.jp • Podcast: yome.fm
@konifar
Flutter https://flutter.io/
• Flutter makes it easy and fast to build beautiful
mobile apps. • Used by Google. • Inspired from React. What is Flutter?
Differences from RN Flutter ReactNative Language Dart Javascript UI Support
Support officially Depends on 3rd party libraries Rendering Own engine JS bridge & Native https://flutter.io/faq/
Awesome Codelab
• hello_world • catalog • layers • flutter_view • platform_channel
• platform_channel_swift • platform_view • flutter_gallery • stocks Flutter Samples https://github.com/flutter/flutter/tree/master/examples Basic Component Sample Native Integration Advanced
flutter_view How to embed Flutter within an iOS or Android
application.
Stocks How to create material- designed app and localize it.
flutter_gallery How to create material designed app and implement animation.
None
None
None
None
None
None
• hello_world • catalog • layers • flutter_view • platform_channel
• platform_channel_swift • platform_view • flutter_gallery • stocks Flutter Samples https://github.com/flutter/flutter/tree/master/examples Basic Component Sample Native Integration Advanced
Thanks