Notes on Building a Meditation App (Day 12)

TODO An exciting new feature has been launched by Flutterflow which can be quite useful for user onboarding. This feature is called “walkthrough”. Through this feature, I can do entire app walkthrough while the user first logs in the app. Flutterflow demo on app walkthrough TODO Another exiting tutorial by “The Digital Pro’s NoCode Academy” on “building beautiful charts” in Flutterflow. This has a special utility for me as with this I could create the date wise charts for “Meditation completion” and “Mood Board Completion” tracking. TODO - Implement Good to have user experience Ripple Wave effect : This can be used on the meditation page : Implementation complete Implementation (Important from the POV of creating Custom Widgets) Reference Video: Flutterflow Tutorial on Custom Widgets ...

March 12, 2024 · 2 min · 244 words · Kaushal Bundel

Notes on Building a Meditation App (Day 11)

We are at the last leg of the development effort for Phase 0. This is a time filled with both fear and excitement. The stakes are high and the possibility of mistakes is significant, yet the opportunity for learning is abundant. In terms of developmental efforts, Core functionalities are defined and implemented Major UX work is complete. The app flow is more or less defined. For whom the app is, What the app will do and how it will work is also defined ...

March 6, 2024 · 2 min · 364 words · Kaushal Bundel

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. I do not have the meditation timer page on the nav bar yet I want the Nav bar to be present on the page for easy user navigation). ...

March 5, 2024 · 3 min · 539 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] ...

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 ...

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