A Smart Community application built with Flutter and PocketBase.
- Flutter 3.10.5
- PocketBase 0.16.5
flutter build web --web-renderer canvaskit --no-web-resources-cdn
- Open PocketBase admin UI and import
scheme.json
You can use any framework run the web build, here is a python
example.
cd path/to/build
python -m http.server
Then open another terminal and run:
cd path/to/database
pocketbase serve