Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Voklen/Daily-Diary

An app to create a diary entry every day
https://github.com/Voklen/Daily-Diary

android diary flutter ios linux

Last synced: 3 days ago
JSON representation

An app to create a diary entry every day

Awesome Lists containing this project

README

        

# Daily Diary

[![Github version](https://img.shields.io/github/v/release/Voklen/daily-diary.svg?logo=github&color=forestgreen)](https://github.com/Voklen/Daily-Diary/releases/latest)
[![F-droid version](https://img.shields.io/f-droid/v/com.voklen.daily_diary.svg?logo=F-Droid)](https://f-droid.org/packages/com.voklen.daily_diary/)
[![Flutter](https://img.shields.io/badge/_Flutter_-3.16.7-blue?&logo=Flutter)](https://github.com/flutter/flutter/tree/3.16.7)
[![License](https://img.shields.io/github/license/Voklen/Daily-Diary)](LICENCE)

Jot down whatever you want throughout the day and the app will reset the next morning. All previous
days are stored in plaintext files which can be exported and moved to a different device.

Settings are stored in a config.toml file that can also be moved between devices.

[Get it on F-Droid](https://f-droid.org/packages/com.voklen.daily_diary/)

or get the APK from the [Releases Section](https://github.com/Voklen/Daily-Diary/releases/latest).

## Screenshots

| ![The main diary writing screen with nothing written yet](metadata/en-GB/images/phoneScreenshots/4.1%20Empty.png) | ![Settings screen](metadata/en-GB/images/phoneScreenshots/1.1%20Settings.png) |
|:-----------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------:|

| ![A screen displaying the previous entries](metadata/en-GB/images/phoneScreenshots/2.1%20Previous%20entries.png) | ![A previous diary entry displaying sugar consumption](metadata/en-GB/images/phoneScreenshots/3.1%20Sugar%20tracking.png) | ![An entry from Shakespeare's diary](metadata/en-GB/images/phoneScreenshots/0.1%20Shakespeare's%20diary.png) |
|:----------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|

## Running

This app is made with Flutter and can be ran with

```
flutter run
```

or compiled for your respective device with one of:

```
flutter build apk
flutter build appbundle
flutter build ios
flutter build linux
flutter build windows
flutter build macos
```

## Licence

This software is licenced under the GNU GPL 3.0, see [LICENCE](LICENCE).