flutter-web-portfolio

Live Link: https://emran92.github.io

My first attempt in flutter web.
For the main architecture I followed FilledStacks tutorial, so kudos to him.
Feel free to Fork it or give it a if you like.

Getting started

1. Setup Flutter

2. Clone the repo

3. Enable flutter web

flutter channel beta
flutter upgrade
flutter config --enable-web

4. Setup firebase

5. Run

flutter run -d chrome

6. Build

flutter build web

Dependencies

  • google_fonts: ^1.1.0
  • animated_text_kit: ^2.0.1
  • responsive_builder: ^0.2.0+1
  • font_awesome_flutter: ^8.8.1
  • get_it: ^4.0.2
  • carousel_pro: ^1.0.0
  • avatar_glow: ^1.1.0
  • flutter_animation_progress_bar: ^1.0.0
  • cloud_firestore: ^0.13.5
  • uuid: ^2.0.4
  • firebase: ^7.3.0
  • url_launcher: ^5.1.4
  • url_launcher_web: ^0.1.0

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.