Installation

Install @hexabase/hexabase-dart

@hexabase/hexabase-dart is essentially pub.dev package, you can install it by dart or flutter.

# For Dart
dart pub add hexabase
# For flutter
flutter pub add hexabase

Requirements

  • Dart >= 2.17
  • user credentials must obtain from hexabase
  • Option 1. email and password
  • Option 2. token

You can get the token when you logged in to Hexabase with email and password.