This repository has been archived by the owner on May 22, 2024. It is now read-only.
Releases: iqfareez/flutter_chatgpt
Releases · iqfareez/flutter_chatgpt
v1.0.0
What's New
- ✨ Implemented chat history. You can start a new chat and get back to your previous conversation at any time. Closes #3
- ⬆️ Updated dependencies
- ➕ Added hive, hive_flutter & intl
Full Changelog: 1.0.0-alpha.3+3...1.0.0+4
- For Android, download any
.apk
below according to your device architecture and install it on your device. - For Windows, download the
.zip
file and run the.exe
file inside it. - For Web, visit https://fl-chatgpt.web.app/
v1.0.0-alpha.3
What's Changed
Full Changelog: 1.0.0-alpha.2+2...1.0.0-alpha.3+3
v1.0.0-alpha.2
What's New
- ✨ Add typing indicator when AI is streaming its response.
- 🚸 Disable textfield when AI is typing.
- ⬆️ Upgraded dependencies. (major: dart_openai)
Full Changelog: 1.0.0-alpha.1+1...1.0.0-alpha.2+2
v1.0.0-alpha.1
First alpha
- Add your own OpenAI key. Generate new here.
- Working chat completion
Current limiations
- Conversation are not preserved
Full Changelog: https://github.com/iqfareez/flutter_chatgpt/commits/1.0.0-alpha.1+1