masel_hume_api 3.0.1 copy "masel_hume_api: ^3.0.1" to clipboard
masel_hume_api: ^3.0.1 copied to clipboard

hume.ai api.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add masel_hume_api

With Flutter:

 $ flutter pub add masel_hume_api

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

dependencies:
  masel_hume_api: ^3.0.1

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:masel_hume_api/auth/hume_auth_api.dart';
import 'package:masel_hume_api/chat/emotion_scores.dart';
import 'package:masel_hume_api/chat/emotion_scores.freezed.dart';
import 'package:masel_hume_api/chat/emotion_scores.g.dart';
import 'package:masel_hume_api/chat/hume_chat_api.dart';
import 'package:masel_hume_api/chat/query.dart';
import 'package:masel_hume_api/chat/query.freezed.dart';
import 'package:masel_hume_api/chat/query.g.dart';
import 'package:masel_hume_api/chat/receive.dart';
import 'package:masel_hume_api/chat/receive.freezed.dart';
import 'package:masel_hume_api/chat/receive.g.dart';
import 'package:masel_hume_api/chat/send.dart';
import 'package:masel_hume_api/chat/send.freezed.dart';
import 'package:masel_hume_api/chat/send.g.dart';
import 'package:masel_hume_api/chats/hume_chats_api.dart';
import 'package:masel_hume_api/chats/model.dart';
import 'package:masel_hume_api/chats/model.freezed.dart';
import 'package:masel_hume_api/chats/model.g.dart';
import 'package:masel_hume_api/chats/utils.dart';
0
likes
135
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

hume.ai api.

License

MIT (license)

Dependencies

extended_logger, freezed_annotation, http, json_annotation, rxdart, web_socket_channel

More

Packages that depend on masel_hume_api