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エンジニアが FlutterFlowを使ってみた
Search
MinatoIshiwata
December 27, 2023
Technology
0
82
Flutterエンジニアが FlutterFlowを使ってみた
MinatoIshiwata
December 27, 2023
Tweet
Share
More Decks by MinatoIshiwata
See All by MinatoIshiwata
FlutterでFigmaのデザインに合わせて かっちりした実装する方法について
minatoishiwata
1
600
Other Decks in Technology
See All in Technology
minify の効果を最大限に引き出す TypeScript コードを書く
jsakamoto
2
120
FlutterアプリにおけるSLI/SLOを用いたユーザー体験の可視化と計測基盤構築
ostk0069
0
290
A Tour of Anti-patterns for Functional Programming
guvalif
0
1.8k
OCI Network Firewall 概要
oracle4engineer
PRO
0
4.2k
TypeScript100%で作るMovable Typeプラグイン
usualoma
2
110
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
350
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
210
AI前提のサービス運用ってなんだろう?
ryuichi1208
8
1.5k
モバイルアプリ開発未経験者が プロダクト開発に携わるまでに取り組んだこと/nikkei-tech-talk-27-3
nikkei_engineer_recruiting
0
100
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
3
290
プロダクト活用度で見えた真実 ホリゾンタルSaaSでの顧客解像度の高め方
tadaken3
0
290
The Role of Developer Relations in AI Product Success.
giftojabu1
0
160
Featured
See All Featured
It's Worth the Effort
3n
183
27k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Unsuck your backbone
ammeep
668
57k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
What's new in Ruby 2.0
geeforr
343
31k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
655
59k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Transcript
Flutterエンジニアが FlutterFlowを使ってみた 株式会社Pentagon 石渡港
• 自己紹介 • FlutterFlowとは • FlutterFlowをつかってみての所感 • まとめ
自己紹介 01 株式会社Pentagon 石渡港 2011年 iOSアプリ開発開始 2012年 株式会社PYSE 2023年 株式会社Pentagon スキルセット
Objective-C, Swift, Java, Kotlin, Flutter, Firebase, supabase
02
FlutterFlowとは - Flutterアプリをノーコードで作成できるツール - UIとロジックを画面上で、ある程度指定可能 - Firebaseやsupabaseなどと連携ができる - 作成後、コードの出力が可能 03
実際の操作 動かしたほうが早いのでこちらをご覧ください デザインファイルも一緒に見てみましょう 04
実際の実装とは何が違うのか? - TextThemeの種類が違う(Display**系) - SizedBoxが無いのでListView内でもPaddingで調整が必要 - ComponentをUI上で作成するとき結構大変だが、引数設定は楽 - 丸角設定は四隅を簡単に設定できる -
obscureTextの設定をすると勝手にアイコンが付く - ボタンを押したときに画面遷移の設定は簡単で、ダイアログを出すのも簡単 - カラーの設定が意外と面倒 05
コードの観点で見てみると コードダウンロードしたかったけど有料じゃないと出来なかった… - コードは無駄が多そうだけど読みやすい - 書くべきこと(disposeするなどのお作法)は整ってそう 06
まとめ 簡単な画面をコードで1から書くより早そう デザイナさんとコラボして作ったらよさそう 一部は実装めんどくさそう