champ96k / champ96k.github.io

portfolio website using Flutter

Home Page:https://champ96k.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Portfolio

Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. A lightweight, customizable single-page personal portfolio website template built using Dart, Flutter web.

To view a live demo,Click Here.

Platforms

  • Andoid
  • Windows
  • linux
  • MacOS (probably)
  • IOs

Wanna Contribute? πŸš€

You can contribute by doing one of the following:

  • Starring the repository ⭐
  • Forking the repository 🍴
  • Creating an Issue ❌
  • Creating a Pull Request βœ”

Web Set up

Run the following commands to use the latest version of the Flutter SDK from the beta channel and enable web support:

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

Create and run

To create a new app for use with web support (in addition to mobile support), run the following commands, substituting myap with the name of your project:

flutter create myapp
 cd myapp

To serve your app from localhost in Chrome, enter the following from the top of the package:

flutter run -d chrome

Add web support to an existing app

To add web support to an existing project, run the following command in a terminal from the root project directory:

 flutter create .

To serve your app from localhost in Chrome, enter the following from the top of the package:

 flutter run -d chrome

Build

Run the following command to generate a release build:

 flutter build web

Design credit : Brittany Chiang.

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

About

portfolio website using Flutter

https://champ96k.github.io


Languages

Language:Dart 97.3%Language:Ruby 1.1%Language:HTML 1.0%Language:Swift 0.3%Language:Kotlin 0.2%Language:Objective-C 0.0%