Skip to content

Lint rules for Dart and Flutter used internally at Softeq

License

Notifications You must be signed in to change notification settings

Softeq/flutteq_lints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Softeq Flutter Lints

Lint rules for Dart and Flutter used internally at Softeq.

This package is built on top of Dart/Flutter's recommended set of lints from package:flutter_lints.

Note: This package was heavily inspired by pedantic.

Usage

To use the lints, add as a dev dependency in your pubspec.yaml:

dev_dependencies:

  flutteq_lints:
    git:
      url: https://github.com/Softeq/flutteq_lints.git
      ref: v1.1.0

Then, add an include in analysis_options.yaml:

include: package:flutteq_lints/analysis_options.yaml

Resources

About

Lint rules for Dart and Flutter used internally at Softeq

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages