Skip to content

znissou/portfolio_contact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Portfolio Contact Section - Flutter Web

This is a Flutter Web contact section that I created to be embedded as an iframe in my existing portfolio website. It provides a clean, responsive contact form for visitors to get in touch.

Features

  • Responsive design that works on all devices
  • Clean, modern UI with Material Design components
  • Form validation for email and required fields
  • Easy integration via iframe embedding
  • Lightweight and fast loading

Installation

To run this project locally:

# Clone the repository
git clone https://github.com/znissou/portfolio_contact.git

# Navigate to the project directory
cd portfolio_contact

# Get dependencies
flutter pub get

# Run the app
flutter run -d chrome

Usage

This contact section is designed to be embedded in your existing portfolio website using an iframe:

<iframe src="https://your-domain.com/contact" width="100%" height="600px" frameborder="0"></iframe>

Technologies

  • Flutter Web - For cross-platform web development
  • Dart - Programming language
  • Material Design - UI components and styling
  • URL Launcher - For handling external links
  • HTTP - For form submission

Project Structure

lib/
β”œβ”€β”€ main.dart          # Entry point
β”œβ”€β”€ constants.dart     # App constants and themes
β”œβ”€β”€ views/             # UI components
β”‚   β”œβ”€β”€ home_screen.dart
β”‚   └── contact_section/
β”‚       β”œβ”€β”€ contact_section.dart
β”‚       └── components/
└── models/            # Data models

The project is ready to be deployed as a standalone web app or embedded in your existing portfolio.

About

πŸ“± Flutter Web Contact Section for Portfolio Websites. A responsive and modern contact form built with Flutter Web, designed to be embedded as an iframe in portfolio websites. This lightweight contact section provides an elegant way for visitors to get in touch.

Topics

Resources

License

Stars

Watchers

Forks

Contributors