(in development)
A Flutter web front-end for Spotkin currently deployed at https://spotkin.web.app
Right now, you can:
To run locally, I use these launch settings in vscode:
{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter Web",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"args": [
"--web-port",
"8888"
]
}
]
}
Essentially, this front end replaces the old spreadsheet method of storing and editing Spotkin jobs. https://docs.google.com/spreadsheets/d/1z5MejG6EKg8rf8vYKeFhw9XT_3PxkDFOrPSEKT_jYqI/edit?gid=1936655481#gid=1936655481