chatgpt_client 1.1.2 copy "chatgpt_client: ^1.1.2" to clipboard
chatgpt_client: ^1.1.2 copied to clipboard

Access OpenAI ChatGPT Public API using Dart Language. Supports native Dart project and all Flutter target platforms (iOS, Android, Windows, Linux, Web)

1.1.2 #

  • Fix Dart Doc Generate error in pubdev

1.1.1 #

  • Fix Stream issue in Safari browser, for now it will wait for chunks to be completed. This will be fixed when dart:http fix the streamed response issue in Web

1.1.0 #

  • Fix HTTP Stream on Web

1.0.0 #

  • Bump version to stable 1.0.0 release

0.0.7 #

  • Update Pubspec and readme

0.0.6 #

  • Handle parsing case where stream response has multiple chunks of data: in byte stream

0.0.5 #

  • Use substring instead of replaceFirst for parsing stream response

0.0.4 #

  • Fix parsing issue in stream response

0.0.3 #

  • Rename ChatGPTAPI class to ChatGPTClient for consistency.

0.0.2 #

  • Update README

0.0.1 #

  • Initial release of ChatGPT API Client
16
likes
50
points
52
downloads

Publisher

verified publisheralfianlosari.com

Weekly Downloads

Access OpenAI ChatGPT Public API using Dart Language. Supports native Dart project and all Flutter target platforms (iOS, Android, Windows, Linux, Web)

Repository (GitHub)

License

MIT (license)

Dependencies

fetch_client, http, web_browser_detect

More

Packages that depend on chatgpt_client