A sleek, animated personal portfolio website built using Flutter & Dart, showcasing my skills, projects, and contact information. Includes smooth page transitions and a custom pre-loader.
- ✨ Animated transitions between sections
- ⚡ Custom loader screen
- 📱 Fully responsive across web and mobile
- 🎯 Built using Flutter & Dart
- Flutter
- Dart
- Animation libraries
- Vercel (for deployment)
- David Cobbina: https://davidcobbina.com
- gskinnerTeam Flutter Vignettes: https://github.com/gskinnerTeam/flutter_vignettes
- Muzammil Hussain: https://muzammil-hussain.vercel.app/
- Flutter SDK (v3.0+)
- Git
- GitHub
# Clone the repo
git clone https://github.com/KISHORE-KUMAR-S/My-Personal-Portfolio.git
cd My-Personal-Portfolio
# Install dependencies
flutter pub get
# Run the project
flutter run -d chrome # For web
flutter run # For mobile
# Build for production
flutter build web # Web build
flutter build apk # Android build