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
46
作成中のFlutterアプリの中間発表
作成中のFlutterアプリの中間発表
Yohei Iino
November 02, 2024
Tweet
Share
More Decks by Yohei Iino
See All by Yohei Iino
1年半放置したExpo製アプリを最新化してみた
wheatandcat
0
47
最近読んだ技術書を簡単紹介
wheatandcat
0
69
ユニバーサルリンク/アプリリンクを使ってQRコードでゲストログインできるようにする
wheatandcat
0
140
Firebase App Checkを実装したので紹介
wheatandcat
0
140
PlanetScaleの無料プランがなくなるので、NeonとTiDBを試してみた
wheatandcat
0
300
Flutter HooksとRiverpodの解説
wheatandcat
0
420
T3 Stack(応用編: Next Auth & SSRの実装紹介)
wheatandcat
1
350
App Routerの紹介
wheatandcat
0
100
Flutter × GraphQLでアプリを作ってみる
wheatandcat
0
280
Other Decks in Technology
See All in Technology
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
420
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
260
株式会社ログラス - 会社説明資料【エンジニア】/ Loglass Engineer
loglass2019
4
65k
いま注目のAIエージェントを作ってみよう
supermarimobros
0
340
はじめてのOSS開発からみえたGo言語の強み
shibukazu
3
890
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
7
860
新アイテムをどう使っていくか?みんなであーだこーだ言ってみよう / 20250911-rpi-jam-tokyo
akkiesoft
0
310
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
AI開発ツールCreateがAnythingになったよ
tendasato
0
130
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
210
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
20250912_RPALT_データを集める→とっ散らかる問題_Obsidian紹介
ratsbane666
0
100
Featured
See All Featured
Context Engineering - Making Every Token Count
addyosmani
3
55
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Thoughts on Productivity
jonyablonski
70
4.8k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Optimizing for Happiness
mojombo
379
70k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
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
ご清聴ありがとうございました 🎉