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

https://github.com/plugfox/batteries

Batteries for @flutter and @dart-lang
https://github.com/plugfox/batteries

Last synced: 7 months ago
JSON representation

Batteries for @flutter and @dart-lang

Awesome Lists containing this project

README

          

# Batteries

[![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:

```yaml
dependencies:
batteries: any
```

Then run:

```shell
dart pub get
```

or

```shell
flutter pub get
```

## Maintainers

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

## License

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