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アプリの中間発表
Search
Yohei Iino
November 02, 2024
Technology
0
15
作成中のFlutterアプリの中間発表
作成中のFlutterアプリの中間発表
Yohei Iino
November 02, 2024
Tweet
Share
More Decks by Yohei Iino
See All by Yohei Iino
最近読んだ技術書を簡単紹介
wheatandcat
0
33
ユニバーサルリンク/アプリリンクを使ってQRコードでゲストログインできるようにする
wheatandcat
0
37
Firebase App Checkを実装したので紹介
wheatandcat
0
51
PlanetScaleの無料プランがなくなるので、NeonとTiDBを試してみた
wheatandcat
0
190
Flutter HooksとRiverpodの解説
wheatandcat
0
270
T3 Stack(応用編: Next Auth & SSRの実装紹介)
wheatandcat
1
260
App Routerの紹介
wheatandcat
0
77
Flutter × GraphQLでアプリを作ってみる
wheatandcat
0
240
T3 Stack + Supabaseでアプリを作ってみる
wheatandcat
0
210
Other Decks in Technology
See All in Technology
Building Products in the LLM Era
ymatsuwitter
10
4.4k
偶然 × 行動で人生の可能性を広げよう / Serendipity × Action: Discover Your Possibilities
ar_tama
1
740
室長と気ままに学ぶマイクロソフトのビジネスアプリケーションとビジネスプロセス
ryoheig0405
0
320
RSNA2024振り返り
nanachi
0
500
Kubernetes x k6 で負荷試験基盤を開発して 負荷試験を民主化した話 / Kubernetes x k6
sansan_randd
2
730
All you need to know about InnoDB Primary Keys
lefred
0
120
Postmanを使いこなす!2025年ぜひとも押さえておきたいPostmanの10の機能
nagix
2
120
SA Night #2 FinatextのSA思想/SA Night #2 Finatext session
satoshiimai
1
100
APIファーストで実現する運用性の高い IoT プラットフォーム: SORACOMのアプローチ
soracom
PRO
0
240
20250208_OpenAIDeepResearchがやばいという話
doradora09
PRO
0
170
第13回 Data-Centric AI勉強会, 画像認識におけるData-centric AI
ksaito_osx
0
360
まだ間に合う! エンジニアのための生成AIアプリ開発入門 on AWS
minorun365
PRO
4
580
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Site-Speed That Sticks
csswizardry
3
370
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
51k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Designing for humans not robots
tammielis
250
25k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
Transcript
作成中のFlutterアプリの中間発表 Press Space for next page
自己紹介 📝 飯野陽平(wheatandcat) 🏢 会社: 合同会社UNICORN 代表社員 📚 Blog: https://www.wheatandcat.me/
🛠 今までに作ったもの memoir OOMAKA MarkyLinky
最近作っているアプリの 紹介 アプリ名: Stock Keeper 内容 在庫管理アプリ 家族で共有して使える 家族で同じものを買いすぎないように する
デザイン Figmaで作成 複雑な操作をしないシンプル設計 部屋を登録して、部屋ごとに在庫を管理で きる
技術スタック Flutter NestJS Prism TiDB Serverless Cloud Run Firebase
デモをやる
デモの工程 iOSで起動 ログイン アイテム登録 image_picker、image_cropperの紹介 VSCodeのデバッグ紹介 Androidで起動 ログイン アイテム登録 webで起動
ログイン
まとめ マルチプラットフォームの完成度が、かなり高い 画像アップロードは一部web専用の実装が必要だったが、他は同じコードで実装できている Flutter以外にもマルチプラットフォーム系はあるが、現状Flutterが一番完成度が高い Flutter stable 3.22でWasmがサポートされるので、さらにwebの品質が上がりそう Firebase Authenticationの実装が簡単 以下のコマンド実行で全プラットフォームの初期設定が完了
詳細はこちら Google開発なだけあり、Google産サービスとの連携が強い $ flutterfire configure
ご清聴ありがとうございました 🎉