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
- Host: GitHub
- URL: https://github.com/plugfox/batteries
- Owner: PlugFox
- License: mit
- Created: 2022-04-24T07:12:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T07:29:14.000Z (over 1 year ago)
- Last Synced: 2025-02-27T11:41:41.072Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 75.2 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Batteries
[](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:
```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)