Skip to content

robinholzi/robinh_card_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robinh_card [DEPRECATED]

NEW VERSION BASED ON JS/REACT

Personal business card written in flutter for web.

Live version

robinh.xyz - running on a lightweight docker PHP container. NEW VERSION BASED ON JS/REACT

Starting the web application

Method 1 - Python Webserver

Dependencies:

  • working Python installation

Steps:

  1. call flutter build web in the root folder"
  2. call python -m http.server 8000 in /build/web/ directory
  3. open (localhost)[http://localhost:8000/] in browser

Method 2 - Flutter run

Dependencies:

  • installation of flutter sdk in beta channel (for now) and "Flutter for web" enabled (for more information, please follow this link

Steps:

  1. call flutter run --release in the root folder alternative: flutter run -d chrome --web-hostname localhost --web-port 5000
  2. open (localhost)[http://localhost:8000/] in browser

About

Personal online business card with flutter for web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published