FLUTTER ECOSYSTEM

seras42/feels_app

在加密日記中記錄您的情緒。查看情緒統計。

感覺應用 專案封面
Stars
15
Forks
0
最近推送(UTC)
2024年8月6日
專案狀態
未封存
Sera GitHub avatar
GITHUB User

Sera ↗

My profile, my profile? :eu:

語言DartSwiftJavaObjective-C

相關套件與範例

使用的依賴

依賴清單 16 項

App 分類

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

feels_app

A feeling app for feelers. Log your emotions in an encrypted diary. See statistics of your feelings. You have an option to encrypt the data with or without password. The app is intended to be used as a diary.

ANDROID https://f-droid.org/packages/com.feels.feelingsApp.feels_app/

Specifics:

App uses sqflite_sqlcipher for creating, managing and encrypting a SQL database where all of the notes are stored. If the user decides to not use a password, random password will be generated and stored using flutter_secure_storage, this allows the data to still be encrypted when the app is not used. The statistics uses an implementation of fl_chart.

1 | 2 3 | 4 5

PULL REQUESTS: At the moment i am busy, if anyone wants a feature you can try to implement it and make a pull request. Ideally first we should talk about the details on how it should be implemented to avoid misunderstanding and find the best way possible.

TODO(anyone who is interested, from easiest to hardest) whenever the stars align

  1. Auto Lock when minimzed setting (just do 'close database' on paused()

  2. #Auto Blind when minimzed, change the app to a black screen when app is minimized

  3. Ability to change password(probably just copy paste to new database with new password if sq cipher doesn't allow changing encryption key)

  4. Ability to edit date

  5. Note rating, implement slider instead of 2-10 rating. If possible

  6. Some sort of import, export function for backups

  7. Look in to internationalization or skip for future

  8. Ability to add more flags for a note(probably lots of work), possible solution is for 'moodType' to keep adding numbers for different flags

  9. More emotions(require lots of thinking before a decision can be established)