A modern, responsive portfolio application built with Flutter. This project showcases professional experience and expertise through an elegantly designed, cross-platform web and mobile application.
This is a personal portfolio application for Orlando Flores Teomitzi, an engineer focused on technological innovation. The application features a clean, modern design with a dark theme and smooth navigation between multiple screens.
- Responsive Design: Works seamlessly across all platforms (iOS, Android, Web, Linux, macOS, Windows)
- Modern UI: Dark theme with teal accent colors using Material Design 3
- Social Integration: Quick links to social media and professional profiles
- About Section: Comprehensive information about background and expertise
- Smooth Navigation: Flutter routing for seamless navigation between screens
- Custom Typography: Uses Google Fonts (Inter) for professional appearance
lib/
├── main.dart # Application entry point and theme configuration
├── screens/
│ ├── home_screen.dart # Home/landing page with introduction
│ └── about_screen.dart # About section with professional background
└── widgets/
└── social_button.dart # Reusable social media button component
- Framework: Flutter ^3.10.3
- Language: Dart
- UI Components: Material Design 3
- Fonts: Google Fonts
- Icons: Font Awesome Flutter
- URL Handling: url_launcher
flutter- Core Flutter frameworkcupertino_icons- iOS-style iconsurl_launcher- Open URLs and social linksfont_awesome_flutter- Comprehensive icon setgoogle_fonts- Beautiful typography options
- Flutter SDK (^3.10.3)
- Dart SDK
- An IDE (VS Code, Android Studio, or IntelliJ)
-
Clone the repository:
git clone <repository-url> cd myportfolio
-
Get dependencies:
flutter pub get
-
Run the application:
flutter run
Android:
flutter run -d androidLinux:
flutter run -d linuxWindows:
flutter run -d windowsThe landing page featuring:
- Welcome message with professional introduction
- Call-to-action statements
- Social media links
- Brief description of expertise
Detailed information including:
- Professional background
- Education and experience
- Technical skills and interests
- Career journey and motivations
- Color Scheme: Dark navy background (#0a192f) with teal accent (#64ffda)
- Typography: Inter font family from Google Fonts
- Material Design 3: Modern, clean aesthetics with consistent spacing
- Accessibility: Proper contrast ratios and readable font sizes
This project is private and not intended for public distribution.
- English: privacy-policy.html
- Español: privacy-policy-es.html
- Setup Guide: PRIVACY_POLICY_SETUP.md
The application complies with:
- Google Play Store Developer Program Policies
- GDPR (EU)
- CCPA (California)
- LGPD (Brazil)
- Mexican Data Protection Laws
Built with Flutter to create a responsive, modern portfolio experience.