0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

@gi-ra-ffeAdvent Calendar 2023

Day 15

【Flutter】データの永続化

Last updated at Posted at 2023-12-19

chatGPT に立ててもらったスケジュールに準じてFlutterの状態管理を勉強。

Day 9: データの永続化

  • ローカルデータベースとの連携方法を学ぶ

ローカルデータベースとの連携方法

パッケージを使うことでローカルにデータを保存できる。

  • SQLite
    • SQLを使って操作できる
  • SharedPreferences
    • アプリ固有のキーと値のペアを保存できる
    • データ数が少ないときならOK
  • flutter_secure_storage
    • 暗号化したデータを保存できるのでパスワードなどデータを安全に保存したいときに良い

データベースの例

現在下記サイト参考に勉強中
まだ理解しきれてない・・・

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?