Notes on Building a Meditation App (Day 7)

Note on a week-long absence Well, I just recovered from a severe viral infection. A changing weather and a family function triggered the concern. Things were a bit difficult but I am learning to take these circumstances in my stride. Thanks to the wonder of modern medicine and love of near ones.🙏🏼 Recap of the last session Completed the UI for Mood Tracker Streamlined how reflection(notes after meditation session) and related information are stored in the backend...

February 27, 2024 · 3 min · 521 words · Kaushal Bundel

Notes on Building a Meditation App (Day 6)

Additional Information Flutterflow team recently released some exceptional videos to help with the UI problems that I am currently facing. These problems include: I am creating for one set screen and in reality the app will be used in multiple devices of varied sizes. A common guide for getting a size reference is available on android developer guide. Even though the size that I have chosen makes sense, still due to faulty layout configuration negative spaces/gaps will get affected if the screen size deviates from the standard one....

February 16, 2024 · 3 min · 585 words · Kaushal Bundel

Notes on Building a meditation app (Day 5)

Development Activity # 1 The user should be able to click the appropriate mood indicator and mark the mood for the day. After clicking appropriate indicator the indicator value should get stored in the database Implementation Page parameter(mood) created on the meditation page The mood value, which is stored in the widget state is passed from Homepage to the meditation page To store the value in firebase: Add the field in the firebase database Add the value on the firebase database on Flutterflow Deploy the firebase database on Flutterflow Problem: The value of the notes is not getting stored in the session collection, infact I am not sure where the value is getting stored 🧐...

February 13, 2024 · 3 min · 587 words · Kaushal Bundel

Notes on Building a meditation app (Day 4)

Task continue from the previous day (Task: Adding a mood board to check on the user mood as soon as the user opens up the app) The mood board should constitute a design that should indicate 5 faces Implementation Notes Feature design notes Option 1: Create a new component. Create 5 containers with different emoji faces. These different faces also have their corresponding color variants. The color switching will happen with the help of a radio button....

February 12, 2024 · 3 min · 427 words · Kaushal Bundel

Notes on Building a meditation app (Day 3)

Development Activity Task: Adding a mood board to check the user mood as soon as the app is opened The user should be able view the mood board as soon as they open the app The user should be able to click the appropriate mood indicator and mark the mood for the day. After click appropriate indicator the indicator value should get stored in the database The past values/mood faces of the mood indicator should be shown on the “Reflections” page....

February 11, 2024 · 2 min · 307 words · Kaushal Bundel