/ox-coi

OX COI Messenger - a Flutter app for the COI (Chat Over IMAP) standard

Primary LanguageDartMozilla Public License 2.0MPL-2.0

OX COI Messenger

OX COI Messenger is a mail based chat app. This app provides the user interface for an IMAP / SMTP based chat on Android and iOS.

Information

Requirements

  • Flutter v1.9.1+hotfix.6 is used
  • The Flutter Delta Chat Core Plugin needs to be checked out right beside the OX COI Messenger app (the repositories should be located in the same folder)
    • Please follow the requirements given by the plugin project before building the app project

Execution

  • Fullfil all requirements
  • Connect a smartphone to your PC or start an emulator / a simulator
  • Enable Dart and Flutter support within your IDE
  • Build and run the project via your IDE / Flutter CLI

Development

To be able to edit / extend this project the following steps are important:

Flutter

For help getting started with Flutter, view our online documentation.

Dart

Flutter is based on Dart, more information regarding Dart can be found on the official website.