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

A simple client for Flutter and Dart to talk to your Wit.ai app

example/example.dart

import 'package:wit_ai/wit_ai.dart';

callWit() async {
  final wit = Wit(accessToken: "6EQHTQPEZPQ6NJ45EHAIPLHEZU6QCTD4");

  dynamic response = await wit.message("Hello");

  return(response['entities']);
}
6
likes
40
pub points
31%
popularity

Publisher

unverified uploader

A simple client for Flutter and Dart to talk to your Wit.ai app

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on wit_ai