You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clock is a simple Flutter app that displays the current time in a digital format. It's a straightforward and minimalistic clock application that you can use as a starting point for your Flutter app development.
A simple and interactive BMI Calculator app built with Flutter and Dart. The app allows users to input their height and weight, select their gender, and instantly calculate their BMI with a categorized result (Underweight, Normal, Overweight, Obese). The app’s clean UI uses Material Design components, making it user-friendly and visually appealing.
A devotional Flutter app that allows users to read the Hanuman Chalisa anytime on their mobile device. Designed with a clean UI and lightweight performance for a peaceful reading experience.
I'm documenting my Dart and Flutter learning journey in this repository. It is made public so that it may also be of help to those learning the language just like myself.
A hands-on Flutter project designed to master UI layout fundamentals using core widgets like Row, Column, and Container, demonstrates multiple responsive layout techniques, widget alignment strategies, and interactive UI components, serving as an educational resource for Flutter developers focusing on visual design and structural organization.
A Flutter demonstration project showcasing a reusable custom text field component with validation capabilities. implements a modular input widget that customized with various properties as icons, validation rules, and styling. with simple login form that utilizes this custom component for email and password fields, demonstrating practical implement