Skip to content

Raunakk02/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2ebcdf · Jul 16, 2021

History

10 Commits
Jun 10, 2021
Jun 10, 2021
Jun 10, 2021
Jul 16, 2021
Jun 10, 2021
Jul 16, 2021
Jun 10, 2021
Jun 10, 2021
Jun 10, 2021
Jun 10, 2021
Jun 10, 2021
Jul 16, 2021
Jun 10, 2021
Jun 10, 2021

Repository files navigation

Raunak's Portfolio

A lightweight, customizable single-page personal portfolio website template built using Dart, Flutter web. It helps to showcase my work and skills as a software developer.

To view a live demo,Click Here.

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

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

Releases

No releases published

Packages

No packages published