Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Anslem27/flutter-portfolio

Repository files navigation

flutter portfolio website

Note

  • Running with html renderer runs with multiple errors.
  • MobileView may still have afew responsive issues.

Running Locally

# Fetch packages
flutter pub get

# Run app on chrome
flutter run -d chrome --web-renderer canvaskit

# Build for deployment
flutter build web --web-renderer canvaskit

Stack and Tools

  • Flutter - A Dart framework for cross-platform development.
  • Responsive Framework - A simple and easy to use responsive framework for flutter apps.
Built Responsive

Project structure

$PROJECT_ROOT
│   # App Animations
├── lib/animations/
│   # Data
├── lib/data/
│   # Models
├── lib/models/
│   # Pages
├── lib/pages/
│   # Screen View
├── lib/screens/
│   # Services
├── lib/services/
│   # Theme
├── lib/theme/
│   # Utils
├── lib/utils/
│   # Widgets
|__ lib/widgets/

WebSite View Count

**Contributions highly needed and appreciated.**