https://github.com/camus-design/camus_lints
A set of lint rules for [Flutter] apps, packages, and plugins suggested by the Camus Design team.
https://github.com/camus-design/camus_lints
Last synced: 2 months ago
JSON representation
A set of lint rules for [Flutter] apps, packages, and plugins suggested by the Camus Design team.
- Host: GitHub
- URL: https://github.com/camus-design/camus_lints
- Owner: camus-design
- License: mit
- Created: 2022-10-09T06:13:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T08:49:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T16:23:39.317Z (3 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/camus_lints
- Size: 19.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Camus Lint Rules
[](https://pub.dev/packages/camus_lints)
This repository contains a set of lint rules for [Flutter] apps, packages,
and plugins to encourage good coding practices.This package is built on top of Flutter's lints from package:flutter_lints.
## Usage
1. Depend on this package as a **dev_dependency** by running
`flutter pub add --dev camus_lints`.
2. Create an `analysis_options.yaml` file at the root of the package (alongside
the `pubspec.yaml` file) and `include: package:camus_lints/camus.yaml`
from it.## Reference
- [Effective Dart](https://dart.dev/guides/language/effective-dart/style)
- [Flutter Style Guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo)
- [Flutter Lints](https://pub.dev/packages/flutter_lints)