Flutter Chat

A new Flutter project which communicates with OpenAI API.

Screenshots

Screenshot 1 Screenshot 2

Features

How to use

  1. Get OpenAI API Key
  2. Tap setting button on top right corner to set API Key (required) and Organization (optional)
  3. Add a new conversation
  4. Chat with Open AI!

Architecture

It uses Flutter framework, and uses BLoC pattern to implement state management.

How to build

Get Flutter package:

flutter pub get

Build apk:

flutter build apk

References

Mainly used Flutter packages:

License

Distributed under the MIT License. See LICENSE for more information.

GitHub

View Github