SurrealDB library for dart and flutter.
Import the library into your dart project with
dart pub add surrealdb.dart
or for a flutter project
flutter pub add surrealdb.dart
import 'package:surrealdb.dart/surrealdb.dart'
Here you have a simple example!
/// Add get started example
- dart sdk
Before you commit, please format and lint your code accordingly to check for errors.