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
39
作成中のFlutterアプリの中間発表
作成中のFlutterアプリの中間発表
Yohei Iino
November 02, 2024
Tweet
Share
More Decks by Yohei Iino
See All by Yohei Iino
1年半放置したExpo製アプリを最新化してみた
wheatandcat
0
40
最近読んだ技術書を簡単紹介
wheatandcat
0
61
ユニバーサルリンク/アプリリンクを使ってQRコードでゲストログインできるようにする
wheatandcat
0
120
Firebase App Checkを実装したので紹介
wheatandcat
0
110
PlanetScaleの無料プランがなくなるので、NeonとTiDBを試してみた
wheatandcat
0
270
Flutter HooksとRiverpodの解説
wheatandcat
0
380
T3 Stack(応用編: Next Auth & SSRの実装紹介)
wheatandcat
1
340
App Routerの紹介
wheatandcat
0
98
Flutter × GraphQLでアプリを作ってみる
wheatandcat
0
270
Other Decks in Technology
See All in Technology
OTel 公式ドキュメント翻訳 PJ から始めるコミュニティ活動/Community activities starting with the OTel official document translation project
msksgm
0
200
「現場で活躍するAIエージェント」を実現するチームと開発プロセス
tkikuchi1002
6
1k
メモ整理が苦手な者による頑張らないObsidian活用術
optim
0
110
BEYOND THE RAG🚀 ~とりあえずRAG?を超えていけ! 本当に使えるAIエージェント&生成AIプロダクトを目指して~ / BEYOND-THE-RAG-Toward Practical-GenerativeAI-Products-AOAI-DevDay-2025
jnymyk
4
230
なぜAI時代に 「イベント」を中心に考えるのか? / Why focus on "events" in the age of AI?
ytake
2
320
Building GoReleaser - from shell script to paid product
caarlos0
0
260
SAE J1939シミュレーション環境構築
daikiokazaki
0
120
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.7k
低レイヤソフトウェア技術者が YouTuberとして食っていこうとした話
sat
PRO
7
5.8k
ecspressoの設計思想に至る道 / sekkeinight2025
fujiwara3
7
680
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
13k
QuickBooks®️ Customer®️ USA Contact Numbers: Complete 2025 Support Guide
qbsupportinfo
0
100
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Speed Design
sergeychernyshev
32
1k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
We Have a Design System, Now What?
morganepeng
53
7.7k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
How to train your dragon (web standard)
notwaldorf
96
6.1k
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
ご清聴ありがとうございました 🎉