Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Steellow/zen
Minimal meditation app
https://github.com/Steellow/zen
flutter meditation
Last synced: about 2 months ago
JSON representation
Minimal meditation app
- Host: GitHub
- URL: https://github.com/Steellow/zen
- Owner: Steellow
- Created: 2023-01-15T08:17:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T07:49:24.000Z (almost 2 years ago)
- Last Synced: 2024-06-08T06:33:07.151Z (7 months ago)
- Topics: flutter, meditation
- Language: Dart
- Homepage:
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zen
Mobile app for meditation. You can set min and max time, and when you start meditating the app randomly picks a time for you between those values. The point is to... I'm not even sure I just though it'd be cool to have a little variance each time.
## Features
- Set min and max time. Each session meditation time is picked between those values.
- Satisfying jingle when completing a meditation. Doesn't keep ringing so you can continue meditation if you want.
- See basic stats: How many sessions, total time meditated and your average session length.
- Open source and lightweight## Hive
All data is stored with [Hive](https://pub.dev/packages/hive), in multiple different boxes. Check `hive_helper.dart` for more info.
## Pictures
All pictures are from [unDraw](https://undraw.co/) or [manypixels](https://www.manypixels.co/gallery). All of the unDraw pictures are modified. You can find the original `.svg` files and and `.psd` files inside `/assets-original` directory. Finished edited pictures are inside `/assets` directory.
| Location | Source | Picture name | Modifications |
| -------------------- | ---------- | --------------- | ----------------------------------- |
| Intro screen, page 1 | unDraw | Fall | String color changed, image cropped |
| Intro screen, page 2 | unDraw | Time Management | Girl removed from the picture |
| Intro screen, page 3 | unDraw | Accept Terms | Girl removed from the picture |
| Home screen | manypixels | Meditation | None |### Icon
Icon was made with [Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=text&foreground.text.text=z&foreground.text.font=Roboto&foreground.space.trim=1&foreground.space.pad=0.5&foreColor=rgb(255%2C%20255%2C%20255)&backColor=rgb(100%2C%20181%2C%20246)&crop=0&backgroundShape=circle&effects=elevate&name=ic_launcher). Original files can be found from `/assets-original/ic_launcher/`.