This is web application of wyly.
- fvm 2.3~
- Install flutter by fvm:
fvm install
- Ensure that web is installed:
fvm flutter devices
- If "Chrome (web) • chrome • web-javascript" is showed, that OK
- Copy "assets/sample.env" to "assets/.env"
- Set each values
- values of Firebase is on Firebase console
- Google Auth value is on GCP console
Type just make up
, then you can see app on Chrome.
If you want to shutdown app, just close chrome window.
- test:
make test
- lint:
make lint
- Change version on
app-web/.fvm/fvm_config.json
- Change version on
.github/workflows/app-web-test.yaml
Set allowed origin for each client IDs on GCP console.
make up
command use 7357 port, so you have to add http://localhost:7357 to run at local.
Refer https://pub.dev/packages/google_sign_in_web.