masel_hume_api 3.0.1
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_apiWith Flutter:
$ flutter pub add masel_hume_apiThis 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.1Alternatively, 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';