Save My Form -
For frontend-only applications, if the developer wants to collect form submissions from his/her users, he/she requires to create a complete backend application for it. It Solves the problem by providing the developers a URL that they can use for form submissions by sending a POST request to the URL.
HandsForHunger -
Our app ensures a 'Two Way Connection' between NGOs and donors. The NGOs can find food donors available in their vicinity whenever they have a huge mass to cater to, while the donors can easily look up to NGOs ready to accept the food which might otherwise go waste.
Fitezo -
A Flutter-based fitness app solely focused on fitness-related solutions.
WorkWise -
WorkWise is a productivity tool designed to assist users in staying focused and efficiently managing their projects. It features a focus timer and the ability to customize a selection of minimal widgets, including the time, weather, bookmarks, etc. Additionally, WorkWise utilizes the Kanban Board approach to project management, which involves visually representing work at various stages using cards and columns. This method aims to improve visualization, limit work-in-progress, and optimize efficiency.
In Fitezo, I ran into a bug where I had to create a drawer without using the AppBar function. For this, I used the Global Key method to solve this issue.
The Google ReCaptcha function was yet another challenge in the Save my form project. For this, I had to read the documentation of Google Recaptcha and understand the way it works.
Discussion