Notes on Building a Meditation App (Day 10)

Today’s Implementation WAITING Nav-Bar improvements State “WAITING” from “IN-PROGRESS” [2024-03-02 Sat 15:39] Flutter needs to be installed on the Device State “IN-PROGRESS” from “TODO” [2024-03-02 Sat 15:23] Flutterflow includes three types of Nav-bar implementations: Flutter Default Nav Bar, Google Nav Bar and Floating Nav Bar. I had initially implemented Flutter Default Nav Bar, the problem with the implementation was that the Nav Bar throws an error if you need a Nav bar on the pages for easy navigation that are not present on the Nav Bar (for eg....

March 5, 2024 · 3 min · 539 words · Kaushal Bundel

Exercism Programming Advice

Context I am a novice programmer who used to hate programming earlier. Slowly I have started enjoying programming as an activity and exercism.org has played a huge part in it. Exercism is tool to help learn programming, their are numerous language tracks, super interesting problems, absolutely free and the best part, amazing mentors that can mentor you on either a problem specific or a general way. This conversation is one of such conversations that I had with my mentor for a specific problem that I was doing 7 months ago....

February 29, 2024 · 4 min · 663 words · Kaushal Bundel

My reflections on - Novelist as a Vocation-Haruki Murakami

In the sequence of reading books by writers about writing1 I recently reread the book, “Novelist as a Vocation” by Haruki Murakami. He is one of my favorite writers, and I was fascinated to understand his writing process. This is not the first book where he explains his thoughts about his writing process, his other book “What I Talk About When I Talk About Running” had some brief moments on the topic....

February 29, 2024 · 14 min · 2797 words · Kaushal Bundel

Notes on Building a Meditation App (Day 9)

Today’s Implementation DONE Design consistancy should be ensured (eg. in some places “back” is a button while on others it is an Appbar icon) State “DONE” from “IN-PROGRESS” [2024-02-29 Thu 16:11] State “IN-PROGRESS” from “TODO” [2024-02-28 Wed 21:14] Meditation Notes page: “Save” button navigation to notes detail is not working The updates stopped working after 13th Feb (Check Logs) Things Tried: Reference session parameter generated on the meditation page and passed the value of corresponding session onto Meditation Notes page...

February 29, 2024 · 2 min · 402 words · Kaushal Bundel

Notes on Building a Meditation App (Day 8)

Today’s Implementation IN-PROGRESS: Design consistancy should be ensured (eg. in some places “back” is a button while on others it is an Appbar icon) State “IN-PROGRESS” from “TODO” [2024-02-28 Wed 21:14] Implementation Details Pages where back button is a “button” Track your mood page Pages with design changes Meditation Notes page: Top container(Date) is overflowing Meditation Notes page: The gap between the date and the title field needs to be reduced Meditation Notes page: Box label needs to work properly Meditation Notes page: “Save” button navigation to notes detail is not working The updates stopped working after 13th Feb (Check Logs)...

February 28, 2024 · 1 min · 186 words · Kaushal Bundel