Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 815 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 815 Bytes

Utopic portfolio

Portfolio website

Getting Started

  1. Install Flutter

Run locally

If you use VScode just press F5 Otherwise run the command in the root folder:

$ flutter run

Host locally

$ flutter run -d web-server --web-renderer canvaskit --web-hostname localhost --web-port 8080

Development

Localization

This project generates localized messages based on arb files found in the lib/l10n directory.

More information here

Build code

flutter build web --release --base-href "/" --web-renderer canvaskit

Generate code

dart run build_runner build --delete-conflicting-outputs