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

https://github.com/plugfox/table


https://github.com/plugfox/table

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Table

[![platform_info](https://img.shields.io/pub/v/table.svg)](https://pub.dev/packages/table)
[![Actions Status](https://github.com/PlugFox/table/actions/workflows/checkout.yml/badge.svg)](https://github.com/PlugFox/table/actions/workflows/checkout.yml)
[![Coverage](https://codecov.io/gh/PlugFox/table/branch/master/graph/badge.svg)](https://codecov.io/gh/PlugFox/table)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)
[![Linter](https://img.shields.io/badge/style-linter-40c4ff.svg)](https://dart-lang.github.io/linter/lints/)

---

## Installation

Add the following to your `pubspec.yaml` file to be able to do code generation:

```yml
dependencies:
table: any
```

Then run:

```shell
flutter pub get
```

## Coverage

[![](https://codecov.io/gh/PlugFox/table/branch/master/graphs/sunburst.svg)](https://codecov.io/gh/PlugFox/table/branch/master)

## Changelog

Refer to the [Changelog](https://github.com/plugfox/table/blob/master/CHANGELOG.md) to get all release notes.

## Maintainers

[Plague Fox](https://plugfox.dev)

## License

[MIT](https://github.com/plugfox/table/blob/master/LICENSE)