61 likes
·
15.1K reads
10 comments
Awesome! Dart and Flutter are on my future study list, thanks for sharing this rich content with the community!
Good job
I liked the article even though am a web dev. I see dart and JavaScript are similar in many ways. I understood the code even though I've touched neither flutter nor dart. Nice article ❤️❤️
Can we use voice input/output to the chats? maybe use google stt and tts? and is there any widget to monetize?
Voice input/output should be possible! There are a few Flutter plugins making use of Google/Apple APIs for this.
To monetize an app such as this one, you should first move the OpenAI interactions to e.g. your own server, as your API key should remain secret.
I cloned the github repo and attempted to run the application, however upon replacement of the API, the application will not run providing the error:
"Const variables must be initialized with a constant value."
If I wrap the api key in '' then the application just says "an error has occurred" when trying to send messages...
Any ideas to help a newbie?
Hello, is it possible to pass a system message somehow before any of the messages?
conversation storage would be great