From 8f3ccf2b1f995f1db68c099f3992e290d89a8e93 Mon Sep 17 00:00:00 2001 From: Evgeny Landarsky Date: Mon, 5 Jun 2023 14:33:10 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7ab9ffd..cc96fe3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ **grid_pad** is a Flutter library that allows you to place UI elements in a predefined grid, manage spans in two dimensions, have flexible controls to manage row and column sizes. +[![Pub Version](https://img.shields.io/pub/v/grid_pad?color=blue)](https://pub.dev/packages/grid_pad) +[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![Build Status](https://github.com/touchlane/gridpad_flutter/actions/workflows/quality.yml/badge.svg)](https://github.com/touchlane/gridpad_flutter/actions) +[![codecov](https://codecov.io/gh/touchlane/gridpad_flutter/branch/master/graph/badge.svg?token=MIUHAFNRPI)](https://codecov.io/gh/touchlane/gridpad_flutter) + # Usage GridPad is inspired by Row and Column APIs, which makes its use intuitive.