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
Fast UI/UX Prototyping W/ Flutter For App Devel...
Search
LINE Developers Taiwan
PRO
December 04, 2019
Programming
1
2.7k
Fast UI/UX Prototyping W/ Flutter For App Development
By Daniel Kao@LINE TECHPULSE 2019
https://techpulse.line.me/
LINE Developers Taiwan
PRO
December 04, 2019
Tweet
Share
More Decks by LINE Developers Taiwan
See All by LINE Developers Taiwan
從零到一:轉碼仔的實習攻略
line_developers_tw
PRO
0
5
如何在團隊發揮數據影響力: 以電商資料科學家為例
line_developers_tw
PRO
1
27
做Data超讚的 誰懂?
line_developers_tw
PRO
0
15
iOS Live Activity: Opportunities & Challenges
line_developers_tw
PRO
1
88
掌握 Feature Toggle 與 OpenFeature 規範
line_developers_tw
PRO
0
160
用 AI 和 LINE Bot 簡化生活:讓圖片告訴你何時該忙!-- LINE 工作坊
line_developers_tw
PRO
0
620
Scaling The E-Commerce Recommendation System
line_developers_tw
PRO
0
28
Enhanced EC Recommendations: Trustworthy Validation with Large Language Models for Two-Tower Model
line_developers_tw
PRO
0
12
揭秘LLMOps: 讓LLM服務像火箭 般穩定高效的祕密!
line_developers_tw
PRO
0
69
Other Decks in Programming
See All in Programming
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
310
CSC509 Lecture 13
javiergs
PRO
0
110
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
3
710
Click-free releases & the making of a CLI app
oheyadam
2
120
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
Remix on Hono on Cloudflare Workers
yusukebe
1
310
flutterkaigi_2024.pdf
kyoheig3
0
150
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
2k
「今のプロジェクトいろいろ大変なんですよ、app/services とかもあって……」/After Kaigi on Rails 2024 LT Night
junk0612
5
2.2k
React CompilerとFine Grained Reactivityと宣言的UIのこれから / The next chapter of declarative UI
ssssota
1
110
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
6
1.2k
Featured
See All Featured
Designing the Hi-DPI Web
ddemaree
280
34k
Why Our Code Smells
bkeepers
PRO
334
57k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Agile that works and the tools we love
rasmusluckow
327
21k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
A Tale of Four Properties
chriscoyier
156
23k
Producing Creativity
orderedlist
PRO
341
39k
For a Future-Friendly Web
brad_frost
175
9.4k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
42
9.2k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Designing for humans not robots
tammielis
250
25k
Transcript
None
> Daniel Kao / Senior Android Engineer Fast UI/UX Prototyping
W/ Flutter For App Development
Generic Feature Development Process UX Flow UI Layout UI Assets
Data Models Business Logic Layout XMLs Custom Views User Feedbacks UI/UX Issues UI/UX Design Development Release Ideas / Features
Generic Feature Development Process UX Flow UI Layout UI Assets
Data Models Business Logic Layout XMLs Custom Views User Feedbacks UI/UX Issues UI/UX Design Development Release Ideas / Features Improve
Generic Feature Development Process UX Flow UI Layout UI Assets
Data Models Business Logic Layout XMLs Custom Views User Feedbacks UI/UX Issues UI/UX Design Development Release Ideas / Features Improve
Generic Feature Development Process UX Flow UI Layout UI Assets
Data Models Business Logic Layout XMLs Custom Views User Feedbacks UI/UX Issues UI/UX Design Development Release Ideas / Features Improve
Problem We Met
Prototyping Tools Are Quick, but…
Prototyping Tools Are Quick, but…
Prototyping Tools Are Quick, but…
Modifying App Directly Takes Time
Modifying App Directly Takes Time
Modifying App Directly Takes Time
Several Steps Are Required > Add new ViewHolder class for
new View item > Modify existing adapter to use new ViewHolder or Create new Adapter > Add new item XML layout for Grid View > Use GridLayoutManager instead
Flutter Comes To Rescue > https://flutter.dev/
Create UI Widgets Easily in Code
Create UI Widgets Easily in Code
Easily Switchable UI Widgets
Connect to Real Data ! > https://pub.dev/packages/http > https://pub.dev/packages/dio
More Examples
> Keyword Search Feature More Examples
More Examples > Keyword Search Feature
More Examples > Keyword Search Feature
More Examples > Keyword Search Feature 棒球,旅遊
More Examples > Keyword Search Feature
> Keyword Search Feature More Examples > Enhance Content Category
Browsing
More Examples > Keyword Search Feature > Enhance Content Category
Browsing
More Examples > Keyword Search Feature > Enhance Content Category
Browsing
More Examples > Keyword Search Feature > Enhance Content Category
Browsing
THANK YOU