KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
champ96k.github.io
โ 134
Open GitHub โ
portfolio website using Flutter
Download README (.md)
Explore Similar Repositories
skyflash.github.io
:
๐จ My personal website
astro-zen
:
Minimalist, accessible and SEO-optimized personal portfolio website template.
Macos_Portfoilo
:
A fully interactive personal portfolio website built with React and Vite, designed to replicate the macOS desktop experience.
DevOps-Portfolio
:
A website to showcase DevOps professional portfolio
personal-website
:
This is my portfolio built with Next.js, Typescript, GSAP and Vercel.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
champ96k.github.io
?
Download (.md)
## 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](https://champ96k.github.io). ## Platforms - [X] Andoid - [X] Windows - [X] linux - [ ] MacOS (probably) - [X] 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: ```bash flutter channel beta ``` ```bash flutter upgrade ``` ```bash 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: ```bash flutter create myapp ``` ```bash cd myapp ``` To serve your app from localhost in Chrome, enter the following from the top of the package: ```bash 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: ```zsh flutter create . ``` To serve your app from localhost in Chrome, enter the following from the top of the package: ``` bash flutter run -d chrome ``` ### Build Run the following command to generate a release build: ```bash flutter build web ``` *** ##### Design credit : [Brittany Chiang](https://www.linkedin.com/in/bchiang7/). For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.