Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 479 Bytes

Wealth Wave

Flutter Web

Investment Portfolio and Wealth Management App https://wealth-wave.github.io

Setup

  • Run dart run build_runner build

Build for web

  • Run flutter build web

Run

  • Run flutter run -d web-server --web-port=8080

Run tests

  • Run flutter test --platform chrome