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
Flutter - Code One Code
Search
Chetan Sachdeva
January 30, 2019
Technology
1
92
Flutter - Code One Code
Chetan Sachdeva
January 30, 2019
Tweet
Share
More Decks by Chetan Sachdeva
See All by Chetan Sachdeva
Android Development in 2024
chetdeva
0
15
AI for Mobile
chetdeva
0
17
Accessibility in Android
chetdeva
0
200
Kotlin Multiplatform - Ins and Outs
chetdeva
0
64
The Anatomy of RIBs
chetdeva
1
250
Android Clean Architecture
chetdeva
0
180
ConstraintLayout
chetdeva
0
120
Boil Boilerplate Code with Data Binding
chetdeva
4
2.1k
Lottie: Animating the bridge between Designers and Developers
chetdeva
0
2k
Other Decks in Technology
See All in Technology
EventHub Startup CTO of the year 2024 ピッチ資料
eventhub
0
110
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
300
TypeScriptの次なる大進化なるか!? 条件型を返り値とする関数の型推論
uhyo
2
1.6k
元旅行会社の情シス部員が教えるおすすめなre:Inventへの行き方 / What is the most efficient way to re:Invent
naospon
2
340
透過型SMTPプロキシによる送信メールの可観測性向上: Update Edition / Improved observability of outgoing emails with transparent smtp proxy: Update edition
linyows
2
210
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
ISUCONに強くなるかもしれない日々の過ごしかた/Findy ISUCON 2024-11-14
fujiwara3
8
870
Lexical Analysis
shigashiyama
1
150
B2B SaaSから見た最近のC#/.NETの進化
sansantech
PRO
0
740
DMARC 対応の話 - MIXI CTO オフィスアワー #04
bbqallstars
1
160
テストコード品質を高めるためにMutation Testingライブラリ・Strykerを実戦導入してみた話
ysknsid25
7
2.6k
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
120
Featured
See All Featured
Code Review Best Practice
trishagee
64
17k
The Language of Interfaces
destraynor
154
24k
It's Worth the Effort
3n
183
27k
RailsConf 2023
tenderlove
29
900
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
What's new in Ruby 2.0
geeforr
343
31k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Thoughts on Productivity
jonyablonski
67
4.3k
Typedesign – Prime Four
hannesfritz
40
2.4k
Transcript
Flutter Code One Code
Flutter allows you to build beautiful native apps on iOS
and Android from a single codebase.
Flutter is beautiful, fast, productive and open.
Flutter is different from Native, React Native, Ionic, Xamarin etc.
Native (OEM) React Native Flutter (SKIA) WebView
Flutter can be installed easily.
Flutter is all widgets.
Flutter is hot.
None
Tools • Material Components • Packages and Plugins • Firebase
and MLKit • Platform Channels • App2App for existing apps
Announcements • v1.0 Release • Animations with Flare • Web
with Hummingbird (Preview)
Flutter can be built around various architectures.
Flutter Architectures MVI Redux
Flutter Architectures
Flutter Architectures
Flutter can be continuously integrated or delivered (CI/CD)
Who uses Flutter?
Flutter has an active community • flutter.io • codelabs.developers.google.com •
flutterweekly.net • udacity.com • gitter.im/flutter • groups.google.com/d/forum/flutt er-dev
Flutter is fun!
None
References • https://flutter.io • https://hackernoon.com/whats-revolutionary-about-flutter-946915b09514 • https://hackernoon.com/why-flutter-uses-dart-dd635a054ebf • https://medium.com/2dimensions/the-history-of-everything-981d989e1b45 Flutter
Demo using BLoC pattern: • https://github.com/chetdeva/searchengine
Thank You