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
2.4k
初めてのiOS関連GitHub ActionsをMarketplaceに公開するまでの実録
konifar
3
320
オーナーシップを持つ領域を明確にする
konifar
15
5.3k
雑に思考を整理する技術と効能
konifar
76
41k
何のための個人目標設定?
konifar
28
14k
30点で打席に立つ
konifar
85
54k
Linterでチョット安心 iOS多言語化対応 / ios-i18n-linter
konifar
2
1.3k
VPoEとして1年 もっとこうすればよかった3選 / VPoE Retrospective
konifar
13
6.3k
Introduction to API Testing Automation by Postman
konifar
1
3.8k
Other Decks in Programming
See All in Programming
Grafana Cloudとソラカメ
devoc
0
180
2024年のWebフロントエンドのふりかえりと2025年
sakito
3
260
富山発の個人開発サービスで日本中の学校の業務を改善した話
krpk1900
5
390
CI改善もDatadogとともに
taumu
0
170
Introduction to kotlinx.rpc
arawn
0
740
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
53
18k
DROBEの生成AI活用事例 with AWS
ippey
0
140
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
230
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
170
Formの複雑さに立ち向かう
bmthd
1
890
React 19アップデートのために必要なこと
uhyo
3
670
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
1
200
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
521
39k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
560
A Philosophy of Restraint
colly
203
16k
The Cult of Friendly URLs
andyhume
78
6.2k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Rails Girls Zürich Keynote
gr2m
94
13k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Producing Creativity
orderedlist
PRO
344
39k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
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