A simple frontend for https://github.com/tusharsadhwani/chat_api written in Flutter.
- Host the chat_api on some platform like PythonAnywhere.
- Install Flutter 1.9 or newer on your PC.
- Clone this repository and open the cloned folder in your file explorer.
- Edit the marked
_domainName
variable inlib/main.dart
to be the URL of your hosted API, for eg.https://example.pythonanywhere.com
- open the folder in terminal and run command
flutter pub get
, followed byflutter run