chat_gpt_flutter 1.0.16 copy "chat_gpt_flutter: ^1.0.16" to clipboard
chat_gpt_flutter: ^1.0.16 copied to clipboard

Integration of OpenAI API using Flutter framework, ChatGPT and more

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_gpt_flutter

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

dependencies:
  chat_gpt_flutter: ^1.0.16

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:chat_gpt_flutter/chat_gpt_flutter.dart';
48
likes
150
points
612
downloads

Publisher

unverified uploader

Weekly Downloads

Integration of OpenAI API using Flutter framework, ChatGPT and more

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http, json_annotation, json_serializable, pretty_dio_logger

More

Packages that depend on chat_gpt_flutter