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
AIで 浮いた時間で 何をする? #プロヒス2025
konifar
28
15k
物語を動かす行動"量" #エンジニアニメ
konifar
16
6.3k
提案のレベルを上げる #QiitaConference
konifar
90
34k
目安箱の設置とワークさせるポイント
konifar
5
2.2k
サバイバルモード下でのエンジニアリングマネジメント
konifar
31
14k
Android開発以外のAndroid開発経験の活かしどころ
konifar
3
3.1k
初めてのiOS関連GitHub ActionsをMarketplaceに公開するまでの実録
konifar
3
420
オーナーシップを持つ領域を明確にする
konifar
17
6.7k
雑に思考を整理する技術と効能
konifar
79
45k
Other Decks in Programming
See All in Programming
複雑化したリポジトリをなんとかした話 pipenvからuvによるモノレポ構成への移行
satoshi256kbyte
1
1.1k
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
570
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
1k
Devoxx BE - Local Development in the AI Era
kdubois
0
130
Serena MCPのすすめ
wadakatu
4
990
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.6k
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
110
明日から始めるリファクタリング
ryounasso
0
140
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
180
Cursorハンズオン実践!
eltociear
2
1k
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
410
GraphQL×Railsアプリのデータベース負荷分散 - 月間3,000万人利用サービスを無停止で
koxya
1
1.3k
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.2k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
We Have a Design System, Now What?
morganepeng
53
7.8k
Music & Morning Musume
bryan
46
6.8k
Agile that works and the tools we love
rasmusluckow
331
21k
Designing for humans not robots
tammielis
254
26k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Practical Orchestrator
shlominoach
190
11k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
The Language of Interfaces
destraynor
162
25k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Faster Mobile Websites
deanohume
310
31k
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