An open API service indexing awesome lists of open source software.

https://github.com/bynicodevelop/com_nicodevelop_dot_messenger

Dot Messenger is a chat coded in Flutter with Firebase
https://github.com/bynicodevelop/com_nicodevelop_dot_messenger

firebase flutter typescript

Last synced: 3 months ago
JSON representation

Dot Messenger is a chat coded in Flutter with Firebase

Awesome Lists containing this project

README

          

# Dot Messenger

[![codecov](https://codecov.io/gh/bynicodevelop/com_nicodevelop_dot_messenger/branch/main/graph/badge.svg?token=LT1D00JH4T)](https://codecov.io/gh/bynicodevelop/com_nicodevelop_dot_messenger) [![Test](https://github.com/bynicodevelop/com_nicodevelop_dot_messenger/actions/workflows/ci.yaml/badge.svg)](https://github.com/bynicodevelop/com_nicodevelop_dot_messenger/actions/workflows/ci.yaml)

Dot Messenger is a chat application coded in Flutter. It is a cross-platform application that can be used on Android, iOS, Web.

## Build Release Android

```bash
git tag -a release/android/v1.0.0+1 -m "Commit message"
```

## Build & Deploy release Web

```bash
git tag -a release/web/v1.0.0+1 -m "Commit message"
```

## Report a bug

If you find a bug, please report it [here](https://github.com/bynicodevelop/com_nicodevelop_dot_messenger/issues).