surrealdb_dart 2.0.0 copy "surrealdb_dart: ^2.0.0" to clipboard
surrealdb_dart: ^2.0.0 copied to clipboard

The Flutter SurrealDB package is a powerful integration for Flutter, built upon the foundation of surrealdb, the official SurrealDB library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add surrealdb_dart

With Flutter:

 $ flutter pub add surrealdb_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  surrealdb_dart: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:surrealdb_dart/surrealdb_dart.dart';
5
likes
130
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

The Flutter SurrealDB package is a powerful integration for Flutter, built upon the foundation of surrealdb, the official SurrealDB library.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

web_socket_client

More

Packages that depend on surrealdb_dart