Surreal Flutter Demo
A minimum Flutter client demo for SurrealDB.
Prerequisites
- Flutter >= 3.3.2
- SurrealDB >= surreal 1.0.0-beta.8
Getting Started
Run the client
flutter run -d chrome
Then enter the SurrealDB websocket endpoint (eg. ws://localhost:8000/rpc
).
Disclaimer
This is just a minimum, hardcoded, restricted and finished demo.