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
Tasting Flutter Samples
Search
konifar
November 28, 2017
Programming
1
1k
Tasting Flutter Samples
konifar
November 28, 2017
Tweet
Share
More Decks by konifar
See All by konifar
Android開発以外のAndroid開発経験の活かしどころ
konifar
3
2k
初めてのiOS関連GitHub ActionsをMarketplaceに公開するまでの実録
konifar
3
270
オーナーシップを持つ領域を明確にする
konifar
14
3.9k
雑に思考を整理する技術と効能
konifar
73
36k
何のための個人目標設定?
konifar
28
14k
30点で打席に立つ
konifar
79
50k
Linterでチョット安心 iOS多言語化対応 / ios-i18n-linter
konifar
2
1.2k
VPoEとして1年 もっとこうすればよかった3選 / VPoE Retrospective
konifar
13
6.2k
Introduction to API Testing Automation by Postman
konifar
1
3.7k
Other Decks in Programming
See All in Programming
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
340
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.8k
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
540
初めてDefinitelyTypedにPRを出した話
syumai
0
410
Click-free releases & the making of a CLI app
oheyadam
2
120
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
ヤプリ新卒SREの オンボーディング
masaki12
0
130
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
920
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
色々なIaCツールを実際に触って比較してみる
iriikeita
0
330
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Writing Fast Ruby
sferik
627
61k
Documentation Writing (for coders)
carmenintech
65
4.4k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
Statistics for Hackers
jakevdp
796
220k
Music & Morning Musume
bryan
46
6.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Thoughts on Productivity
jonyablonski
67
4.3k
4 Signs Your Business is Dying
shpigford
180
21k
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