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
1.1k
Tasting Flutter Samples
konifar
November 28, 2017
Tweet
Share
More Decks by konifar
See All by konifar
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.9k
提案のレベルを上げる #QiitaConference
konifar
86
33k
目安箱の設置とワークさせるポイント
konifar
5
2.2k
サバイバルモード下でのエンジニアリングマネジメント
konifar
31
13k
Android開発以外のAndroid開発経験の活かしどころ
konifar
3
3.1k
初めてのiOS関連GitHub ActionsをMarketplaceに公開するまでの実録
konifar
3
410
オーナーシップを持つ領域を明確にする
konifar
16
6.6k
雑に思考を整理する技術と効能
konifar
78
44k
何のための個人目標設定?
konifar
33
19k
Other Decks in Programming
See All in Programming
はじめてのMaterial3 Expressive
ym223
2
290
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
個人軟體時代
ethanhuang13
0
320
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
1.1k
1から理解するWeb Push
dora1998
7
1.9k
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
440
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
100
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
320
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
Cache Me If You Can
ryunen344
2
700
AWS発のAIエディタKiroを使ってみた
iriikeita
1
180
Featured
See All Featured
Writing Fast Ruby
sferik
628
62k
Scaling GitHub
holman
463
140k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Gamification - CAS2011
davidbonilla
81
5.4k
What's in a price? How to price your products and services
michaelherold
246
12k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Documentation Writing (for coders)
carmenintech
74
5k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Practical Orchestrator
shlominoach
190
11k
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