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 months ago
JSON representation
An app to create a diary entry every day
- Host: GitHub
- URL: https://github.com/Voklen/Daily-Diary
- Owner: Voklen
- License: gpl-3.0
- Created: 2022-08-31T19:13:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T13:22:27.000Z (4 months ago)
- Last Synced: 2025-02-08T04:41:39.905Z (3 months ago)
- Topics: android, diary, flutter, ios, linux
- Language: Dart
- Homepage:
- Size: 3.03 MB
- Stars: 61
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-source-flutter-applications - Daily Diary - Diary) |  |  |  |  | (Flutter Project Showcase)
- awesome-open-source-flutter-applications - Daily Diary - Diary) |  |  |  |  | (Flutter Project Showcase)
README
# Daily Diary
[](https://github.com/Voklen/Daily-Diary/releases/latest)
[](https://f-droid.org/packages/com.voklen.daily_diary/)
[](https://github.com/flutter/flutter/tree/3.16.7)
[](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.
[
](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
|  |  |
|:-----------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------:||  |  |  |
|:----------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|## 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).