sqflite_sqlcipher
SQLite용 플러터 플러그인으로, 자체 포함형이며 고신뢰성의 임베디드 SQL 데이터베이스 엔진입니다. (SqlCipher 지원)
암호화된 일기장에 감정을 기록하세요. 감정 통계를 확인하세요.
{"sdk":"flutter"}^9.0.0^0.66.0^1.8.36.0.08.0.3—^1.0.2—^9.0.0^0.66.0^1.8.36.0.08.0.3{"sdk":"flutter"}^2.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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
Auto Lock when minimzed setting (just do 'close database' on paused()
#Auto Blind when minimzed, change the app to a black screen when app is minimized
Ability to change password(probably just copy paste to new database with new password if sq cipher doesn't allow changing encryption key)
Ability to edit date
Note rating, implement slider instead of 2-10 rating. If possible
Some sort of import, export function for backups
Look in to internationalization or skip for future
Ability to add more flags for a note(probably lots of work), possible solution is for 'moodType' to keep adding numbers for different flags
More emotions(require lots of thinking before a decision can be established)