https://github.com/ml-opensource/flutter_lints
Strict and efficient Flutter linter rules used by Monstarlab : :
https://github.com/ml-opensource/flutter_lints
dart flutter lint-rules linter lints monstarlab-lints
Last synced: 4 months ago
JSON representation
Strict and efficient Flutter linter rules used by Monstarlab : :
- Host: GitHub
- URL: https://github.com/ml-opensource/flutter_lints
- Owner: ml-opensource
- License: mit
- Created: 2023-11-16T11:21:09.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-17T07:44:50.000Z (over 1 year ago)
- Last Synced: 2025-01-27T08:16:34.773Z (11 months ago)
- Topics: dart, flutter, lint-rules, linter, lints, monstarlab-lints
- Language: Dart
- Homepage: https://pub.dev/packages/monstarlab_lints
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Monstarlab Flutter Lints [![pub version][pub-version-img]][pub-version-url]
[Flutter](https://flutter.dev) lint rules used by [Monstarlab](https://monstar-lab.com/global). Built on top of the [officially recommended](https://pub.dev/packages/flutter_lints) Flutter rules.
- All the existing Flutter lint rules are listed on [this page](https://dart.dev/tools/linter-rules).
- Check out our [Flutter template](https://github.com/monstar-lab-oss/flutter-template).
## Usage
### Install
```bash
dart pub add dev:monstarlab_lints
# or
flutter pub add dev:monstarlab_lints
```
Or add it to the `pubspec.yaml` yourself:
```yaml
dev_dependencies:
monstarlab_lints: ^1.0.4
```
### Configure analysis options
Modify your [`analysis_options.yaml`](https://dart.dev/tools/analysis#the-analysis-options-file):
```yaml
include: package:monstarlab_lints/analysis_options.yaml
```
## Maintaining
To publish a new version to pub.dev, create a new tag with required version used as a title. For example, creating a tag `1.0.3` will result in pushing the package to pub.dev with version `1.0.3`.
[pub-version-img]: https://img.shields.io/badge/pub-v1.0.4-0175c2?logo=flutter
[pub-version-url]: https://pub.dev/packages/monstarlab_lints