rexios_lints 1.0.0 copy "rexios_lints: ^1.0.0" to clipboard
rexios_lints: ^1.0.0 copied to clipboard

outdated

A collection of the linting rules I use for Flutter/Dart projects and packages

These are the linting rules I use for my Flutter and Dart projects

Getting started #

Add this package to your dev_dependencies in pubspec.yaml:

dev_dependencies:
  rexios_lints: ^1.0.0

Usage #

This package includes four different sets of linting rules. Add the relevant line to the top of your analysis_options.yaml file.

Dart project:

include: package:rexios_lints/dart/core.yaml

Dart package:

include: package:rexios_lints/dart/package.yaml

Flutter project:

include: package:rexios_lints/flutter/core.yaml

Flutter package:

include: package:rexios_lints/flutter/package.yaml
4
likes
0
pub points
45%
popularity

Publisher

verified publisherrexios.dev

A collection of the linting rules I use for Flutter/Dart projects and packages

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter_lints, lints

More

Packages that depend on rexios_lints