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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Yohei Iino
November 02, 2024
Technology
0
61
作成中のFlutterアプリの中間発表
作成中のFlutterアプリの中間発表
Yohei Iino
November 02, 2024
Tweet
Share
More Decks by Yohei Iino
See All by Yohei Iino
1年半放置したExpo製アプリを最新化してみた
wheatandcat
0
76
最近読んだ技術書を簡単紹介
wheatandcat
0
82
ユニバーサルリンク/アプリリンクを使ってQRコードでゲストログインできるようにする
wheatandcat
0
340
Firebase App Checkを実装したので紹介
wheatandcat
0
210
PlanetScaleの無料プランがなくなるので、NeonとTiDBを試してみた
wheatandcat
0
350
Flutter HooksとRiverpodの解説
wheatandcat
0
470
T3 Stack(応用編: Next Auth & SSRの実装紹介)
wheatandcat
1
360
App Routerの紹介
wheatandcat
0
120
Flutter × GraphQLでアプリを作ってみる
wheatandcat
0
300
Other Decks in Technology
See All in Technology
ALB「証明書上限問題」からの脱却
nishiokashinji
0
240
Databricks Free Editionで始めるLakeflow SDP
taka_aki
0
180
20260114_データ横丁 新年LT大会:2026年の抱負
taromatsui_cccmkhd
0
370
BPaaSオペレーション・kubell社内 n8n活用による効率化検証事例紹介
kubell_hr
0
160
サラリーマンソフトウェアエンジニアのキャリア
yuheinakasaka
42
20k
困ったCSVファイルの話
mottyzzz
1
350
Eight Engineering Unit 紹介資料
sansan33
PRO
0
6.4k
【Oracle Cloud ウェビナー】ランサムウェアが突く「侵入の隙」とバックアップの「死角」 ~ 過去の教訓に学ぶ — 侵入前提の防御とデータ保護 ~
oracle4engineer
PRO
2
190
EventBridge API Destination × AgentCore Runtimeで実現するLambdaレスなイベント駆動エージェント
har1101
4
180
AI Agent Standards and Protocols: a Walkthrough of MCP, A2A, and more...
glaforge
1
480
[Iceberg Meetup #4] ゼロからはじめる: Apache Icebergとはなにか? / Apache Iceberg for Beginners
databricksjapan
0
320
Claude Codeベストプラクティスまとめ
minorun365
26
14k
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.9k
Designing for Performance
lara
610
70k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Designing Experiences People Love
moore
143
24k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
61
52k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
61
Odyssey Design
rkendrick25
PRO
0
470
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
34k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
290
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
From π to Pie charts
rasagy
0
120
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
71
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
ご清聴ありがとうございました 🎉