masel_hume_api 2.0.0
masel_hume_api: ^2.0.0 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: ^2.0.0Alternatively, 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/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';