The blog is now open for testing.

todo アプリでFlutterの開発練習
2025/7/2 - 6 : 47
Flutterでtodoアプリを作ってみましたー
当初はローカルにのみ記録するつもりだったのですが、
最近Firebase+Flutterの組み合わせをいろんなアプリで試しているのでfirebase経由でのタスク同期やサインイン機能を実装しました。
便利だけど無料枠の上限に達しないか心配...
code
http: ^1.2.1 # Add http package firebase_core: ^3.1.1
firebase_auth: ^5.1.1
google_sign_in: ^6.2.1
cupertino_icons: ^1.0.8
shared_preferences: ^2.5.3
change_app_package_name: ^1.5.0
intl: ^0.20.2
cloud_firestore: ^5.6.9 // firebase
flutter_dotenv: ^5.2.1 // envの管理に必要

