A simple personal profile card built with Flutter. This was my first project after learning Dart, built to practice basic widget composition, state management, and styling.
- Using
StatelessWidgetandStatefulWidget - Layout with
Column,Row, andContainer - Managing state with
setState() - Network images with
CircleAvatar - Theming and basic styling
- Ensure you have the Flutter SDK installed.
- Clone this repository.
- Run
flutter pub getto install dependencies. - Run
flutter run -d chrometo launch the app on the web.
Part of my journey to becoming a Flutter developer.