star_book icon indicating copy to clipboard operation
star_book copied to clipboard

A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.

Results 27 star_book issues
Sort by recently updated
recently updated
newest added

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

[Cupertino action sheet]( https://api.flutter.dev/flutter/cupertino/CupertinoActionSheet-class.html) ![image](https://user-images.githubusercontent.com/35165481/146385941-0aeef33e-f082-4013-aecb-32fab904163b.png) Task: - [ ] In `ActivityPage` add a "vertical 3 dot icon" on the top right corner of the screen. - [ ] On tap...

medium
SWoC2022

change the bottom sheet to full page.

easy
SWoC2022

when you tap on "Share" in `CupertinoActionSheet`, it should open a share bottom sheet using this package https://pub.dev/packages/share_plus String format should be like below (note the spacing) ```txt activitiy.title activity.note...

easy
SWoC2022

- [ ] You need to add a property in `Activity` model pseudocode ```dart // default false, non nullable // freezed @Default(false) // Hive default value: false bool favorite ```...

medium
SWoC2022

**Problem:** Existing graph is not much informative. **Solution** Should make the UI like this image:

enhancement
hard
SWoC2022

**Steps to Reproduce** On navigate to year page from home page. **Problem** It opens the year page after some delay I guess the problem is the 'for loop' that loads...

bug
hard
SWoC2022

Ref: - https://help.unsplash.com/en/articles/2511315-guideline-attribution

SWoC2022

Add feature so user can share his mood for a particular day with other people.

Tasks Accomplished: - [x] Implemented a `Streak` class to store and calculate all the streak information of the app with the help of the `StreakDataType` class - [x] Implemented &...

SWoC2021