Source for My Personal Website Built with Flutter

My Portfolio Website - Source Code

Source code for my portfolio website built with Flutter.

Homepage

Steps to Reproduce

  1. Locate the source code at ./lib/ and edit per your choice.

  2. The website is hosted with Github Page with the local repository located at ../../Akora-IngDKB.github.io (two directories above the working directory).
    It is deployed with the ./deploy.sh script.
    Make the following changes to suit your directory structure:

# Copy the generated files into the Github pages repo directory
Line 24: cp -R build/web/. <your-local-ghpages-repo-dir-path>

# Change into the Github pages repo directory, commit the changes and push
Line 29: cd <your-local-ghpages-repo-dir-path>
  1. Finally, run ./deploy.sh in a terminal with the root directory to deploy.
    Alternatively, you can add an optional commit message (defaults to “Update”) which will be used for committing in the gh-pages repo like so:
./deploy.sh "My portfolio rework"

Download Details:

Author: Akora-IngDKB

Demo: https://akora-ingdkb.me/

Source Code: https://github.com/Akora-IngDKB/personal_website

#flutter #dart #mobile-apps

Source for My Personal Website Built with Flutter
20.25 GEEK