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
- Host: GitHub
- URL: https://github.com/bynicodevelop/com_nicodevelop_dot_messenger
- Owner: bynicodevelop
- Created: 2022-11-03T06:30:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T09:34:33.000Z (over 3 years ago)
- Last Synced: 2024-05-28T23:38:03.088Z (about 2 years ago)
- Topics: firebase, flutter, typescript
- Language: Dart
- Homepage:
- Size: 856 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dot Messenger
[](https://codecov.io/gh/bynicodevelop/com_nicodevelop_dot_messenger) [](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).