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
65
作成中のFlutterアプリの中間発表
作成中のFlutterアプリの中間発表
Yohei Iino
November 02, 2024
Tweet
Share
More Decks by Yohei Iino
See All by Yohei Iino
1年半放置したExpo製アプリを最新化してみた
wheatandcat
0
80
最近読んだ技術書を簡単紹介
wheatandcat
0
87
ユニバーサルリンク/アプリリンクを使ってQRコードでゲストログインできるようにする
wheatandcat
0
340
Firebase App Checkを実装したので紹介
wheatandcat
0
230
PlanetScaleの無料プランがなくなるので、NeonとTiDBを試してみた
wheatandcat
0
360
Flutter HooksとRiverpodの解説
wheatandcat
0
490
T3 Stack(応用編: Next Auth & SSRの実装紹介)
wheatandcat
1
370
App Routerの紹介
wheatandcat
0
120
Flutter × GraphQLでアプリを作ってみる
wheatandcat
0
310
Other Decks in Technology
See All in Technology
なぜAIは チーム開発を 速くしないのか
tan_go238
8
3.3k
欲しいを叶える個人開発の進め方 / How to Run an Indie Project That Brings Your Ideas to Life
endohizumi
0
300
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
4
1.5k
vol11_ねこIoTLT_お遊びVibeCoding
1027kg
0
160
AIで 浮いた時間で 何をする? 2026春 #devsumi
konifar
16
2.9k
失敗できる意思決定とソフトウェアとの正しい歩き方_-_変化と向き合う選択肢/ Designing for Reversible Decisions
soudai
PRO
7
320
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
3
1.1k
「静的解析」だけで終わらせない。 SonarQube の最新機能 × AIで エンジニアの開発生産性を本気で上げる方法
xibuka
2
230
Goで実現する堅牢なアーキテクチャ:DDD、gRPC-connect、そしてAI協調開発の実践
fujidomoe
3
600
OCI技術資料 : 外部接続 VPN接続 詳細
ocise
1
10k
あすけん_Developers_Summit_2026_-_Vibe_Coding起点での新機能開発で__あすけん_が乗り越えた壁.pdf
iwahiro
0
590
大規模な組織におけるAI Agent活用の促進と課題
lycorptech_jp
PRO
0
210
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
310
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
How to make the Groovebox
asonas
2
2k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.8k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
210
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Paper Plane (Part 1)
katiecoart
PRO
0
4.8k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
190
Become a Pro
speakerdeck
PRO
31
5.8k
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
ご清聴ありがとうございました 🎉