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