Skip to content

Commit f1a15cd

Browse files
committed
Add repository badges to README
Add build, release, security, community, and store badges for the AndroidIRCx Flutter repository.
1 parent cc5abbb commit f1a15cd

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Flutter rewrite of AndroidIRCx, focused on preserving behavior, features, and UX parity with the
44
existing React Native application.
55

6+
[![Build](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/actions/workflows/ci.yml)
7+
[![GitHub Release](https://img.shields.io/github/v/release/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/releases)
8+
[![Downloads](https://img.shields.io/github/downloads/AndroidIRCx/AndroidIRCx-Flutter/total)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/releases)
9+
[![GitHub License](https://img.shields.io/github/license/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/blob/main/LICENSE)
10+
11+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/11929/badge)](https://www.bestpractices.dev/projects/11929)
12+
[![CodeQL](https://img.shields.io/github/actions/workflow/status/AndroidIRCx/AndroidIRCx-Flutter/codeql.yml?label=CodeQL&branch=main)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/security/code-scanning)
13+
[![Dependabot](https://img.shields.io/badge/dependabot-enabled-brightgreen)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/security/dependabot)
14+
[![Coverage](https://codecov.io/gh/AndroidIRCx/AndroidIRCx-Flutter/branch/main/graph/badge.svg)](https://app.codecov.io/gh/AndroidIRCx/AndroidIRCx-Flutter/)
15+
16+
[![GitHub Stars](https://img.shields.io/github/stars/AndroidIRCx/AndroidIRCx-Flutter?style=flat)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/stargazers)
17+
[![Contributors](https://img.shields.io/github/contributors/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/graphs/contributors)
18+
[![GitHub Issues](https://img.shields.io/github/issues/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/issues)
19+
[![Last Commit](https://img.shields.io/github/last-commit/AndroidIRCx/AndroidIRCx-Flutter/main)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/commits/main)
20+
21+
[![Google Play](https://img.shields.io/badge/Google%20Play-Download-green)](https://play.google.com/store/apps/details?id=com.androidircx)
22+
623
## Current Status
724

825
This repository is an active rewrite in progress.

0 commit comments

Comments
 (0)