Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlescyt/choco_lints
A custom set of lints for Dart and Flutter projects.
https://github.com/charlescyt/choco_lints
Last synced: 7 days ago
JSON representation
A custom set of lints for Dart and Flutter projects.
- Host: GitHub
- URL: https://github.com/charlescyt/choco_lints
- Owner: charlescyt
- License: mit
- Created: 2023-09-11T03:06:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T13:18:38.000Z (12 months ago)
- Last Synced: 2024-05-03T03:17:25.967Z (6 months ago)
- Language: Dart
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Choco Lints
Custom lint rules for Dart and Flutter.
## Usage
To use `choco_lints` in your project, follow these steps:
1. Add `choco_lints` as a dev dependency in your `pubspec.yaml` file:
```yaml
dev_dependencies:
choco_lints:
git:
url: https://github.com/charlescyt/choco_lints.git
ref: 1.2.0 # specify version here
```2. Include `choco_lints/app.yaml` or `choco_lints/package.yaml` in your `analysis_options.yaml` file:
```yaml
include: package:choco_lints/app.yaml
or
include: package:choco_lints/package.yaml
```