A modern, minimalist, and highly customizable Flutter portfolio website/application to showcase your skills, projects, and professional journey. Designed for fast setup and easy editing—even if you're not a Flutter developer!
A portfolio website for developers built using Flutter. Includes:
- Home
- About
- Services
- Projects (Portfolio)
- Contact
- 🖥️ Modern, clean, and minimalist UI
- 📱 Responsive for mobile, tablet, desktop, and web
- 💨 Smooth animations & transitions
- 🛠️ Easy to customize: just edit config files!
- 📦 Cross-platform: Android, iOS, Web, Windows, macOS, Linux
- ⚡ SEO optimized for web
- 🔗 Social media & email/WhatsApp integration
- 🧑💼 Business ready: contact forms, service detail modals, project showcase
🌐 Website: https://ahsanzaman.dev
📱 Android APK: Direct Download
🐙 GitHub: ahsxndev/myfolio
-
Clone the repository
git clone https://github.com/ahsxndev/Portfolio.git cd Portfolio
-
Install dependencies
flutter pub get
-
Run the app
flutter run
-
Customize config files
lib/core/config/user_info_config.dart
— your infolib/core/config/projects_config.dart
— your projectslib/core/config/social_links_config.dart
— your socials
- Personal Info: Edit your name, job title, email, phone in
user_info_config.dart
- Projects: Add/edit projects in
projects_config.dart
- Social Links: Update your social profiles in
social_links_config.dart
- Images: Replace profile and project images in
assets/images/
- Web:
flutter build web --release
- Android:
flutter build apk --release
- iOS:
flutter build ios --release
Deploy web app to GitHub Pages or Firebase Hosting easily!
This project is licensed under the MIT License - see the LICENSE file for details.
Pull requests, issues, and suggestions are welcome!
Fork, star, and contribute your awesome ideas.
- Flutter team
- Font Awesome
- Google Fonts
- All open-source contributors