hexabase 0.0.2 copy "hexabase: ^0.0.2" to clipboard
hexabase: ^0.0.2 copied to clipboard

outdated

Dart and Flutter SDK for Hexabase

Hexabase SDK for Dart and Flutter #

Usage #

Import #

import 'package:hexabase/hexabase.dart';

Initializing #

Hexabase();

After initialized the client, you can take client object anytime.

var client = Hexabase.instance;

Sign in #

await client.auth.signIn('you@example.com', 'your_secure_password');

Workspace #

Get all workspaces

var workspaces = await client!.workspace.all();
// workspaces[0].id
// workspaces[0].name

License #

MIT License

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dart and Flutter SDK for Hexabase

Homepage

License

unknown (license)

Dependencies

flutter, graphql

More

Packages that depend on hexabase