https://github.com/plugfox/table
https://github.com/plugfox/table
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugfox/table
- Owner: PlugFox
- License: mit
- Created: 2022-04-27T06:21:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T19:50:27.000Z (about 4 years ago)
- Last Synced: 2025-06-17T02:43:40.499Z (10 months ago)
- Language: Makefile
- Size: 113 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Table
[](https://pub.dev/packages/table)
[](https://github.com/PlugFox/table/actions/workflows/checkout.yml)
[](https://codecov.io/gh/PlugFox/table)
[](https://opensource.org/licenses/MIT)
[](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)
## 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)