All Projects → champ96k → champ96k.github.io

champ96k / champ96k.github.io

Licence: other
portfolio website using Flutter

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to champ96k.github.io

DeveloperFolio
Flutter web - DeveloperFolio template
Stars: ✭ 143 (+101.41%)
Mutual labels:  portfolio-website, flutter-apps, flutterweb
Awesome-Flutter-Templates
A Huge Collection of Flutter App templates
Stars: ✭ 53 (-25.35%)
Mutual labels:  flutter-apps, flutterweb
connectycube-flutter-samples
Code samples for Flutter, based on ConnectyCube platform
Stars: ✭ 64 (-9.86%)
Mutual labels:  flutter-apps
imfunniee.github.io
👨‍💻 personal portfolio website and projects
Stars: ✭ 50 (-29.58%)
Mutual labels:  portfolio-website
portfolio-template
Portfolio template for any developer or designer. Made with love towards everyone :)
Stars: ✭ 21 (-70.42%)
Mutual labels:  portfolio-website
Portfolio-pessoal
Meu site pessoal com portfólio - Em desenvolvimento
Stars: ✭ 38 (-46.48%)
Mutual labels:  portfolio-website
flutter camera app
An android/iOS camera app using flutter
Stars: ✭ 15 (-78.87%)
Mutual labels:  flutter-apps
Mathematics
In this application, we can perform some actions like subtraction, addition, multiplication, and division. And by selecting any of these, you will receive a PDF with the answer key to your MCQ or question!
Stars: ✭ 45 (-36.62%)
Mutual labels:  flutter-apps
tabata timer
A Tabata training interval timer written with Flutter.
Stars: ✭ 21 (-70.42%)
Mutual labels:  flutter-apps
FlutterTrailers
A flutter App to download Movie Trailers.
Stars: ✭ 35 (-50.7%)
Mutual labels:  flutter-apps
1stHacktoberfest
Web / Android app base on Flutter(2.5.2).
Stars: ✭ 35 (-50.7%)
Mutual labels:  flutterweb
appflowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
Stars: ✭ 24,929 (+35011.27%)
Mutual labels:  flutter-apps
nomdebebe
A simple, private tool to help pick a baby name.
Stars: ✭ 254 (+257.75%)
Mutual labels:  flutter-apps
Flutter-Movies-Application
A movies application made with Flutter / Dart.
Stars: ✭ 16 (-77.46%)
Mutual labels:  flutter-apps
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+384.51%)
Mutual labels:  portfolio-website
Sirat-E-Mustaqeem
Islamic App with Complete Quran, Prayer time Api, Hadith, & Qibla Direction.
Stars: ✭ 119 (+67.61%)
Mutual labels:  flutter-apps
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (+122.54%)
Mutual labels:  flutter-example
awesome-flutter-ui
10+ flutter(android, ios) UI design examples ⚡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+1094.37%)
Mutual labels:  flutter-apps
liveshop
融合电商与直播的跨平台APP,主要采用了Flutter技术开发而成,目前开发中
Stars: ✭ 24 (-66.2%)
Mutual labels:  flutter-apps
stuff
Crud operation with Firebase
Stars: ✭ 80 (+12.68%)
Mutual labels:  flutter-apps

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].