Fully working demo: https://fitts-eceb5.web.app/
https://ui8.net/vitaly-rubtsov/products/kenko-ui-kit
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
fvm flutter test --coverage
genhtml -o coverage coverage/lcov.info
open coverage/index.html
fvm flutter build web
firebase deploy
Project uses melos for running scripts across packages To run build runner in all packages first make sure you have melos installed and then run:
melos build:runner
When developing locally, you can use firebase emulators for development. To start emulators:
First install dependencies for functions and build the code:
cd functions && npm install && npm run build && cd ..
Then you can start emulators with:
firebase emulators:start
After changing, build cloud functions and restart emulators
cd functions && npm run build
To deploy do the server.
firebase deploy --only functions