Creating custom lint rules for Dart and Flutter projects

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Lint rules are a powerful way to improve the maintainability of a project. The more, the merrier! But while Dart offers a wide variety of lint rules by default, it cannot reasonably include every possible lint. For example, Dart does not include lints related to third-party packages or lints that are specific to your project and team.
    I am pleased to announce the Custom Lint package, a powerful tool for building custom lint rules to allow package authors as well as Flutter and Dart developers to go beyond.
    You can read more about the package in this blog invertase.link...

КОМЕНТАРІ • 7

  • @pattobrien5228
    @pattobrien5228 2 роки тому +2

    This package is a game changer, cant wait to push the limit of when and where it can be used. Thank you all for your effort in creating a highly-requested dart feature!

  • @HimanshuNawalkar-xf7fh
    @HimanshuNawalkar-xf7fh Рік тому +1

    Amazing, on how easy and simple it is. Definitely gonna try this. Great Work!

  • @fredumazy42
    @fredumazy42 2 роки тому +2

    This is awesome. Thanks!

  • @AshutoshSingh-k5s
    @AshutoshSingh-k5s 11 місяців тому

    This is awesome! My team would love it ❤

  • @user-dy7eh8qq5c
    @user-dy7eh8qq5c 2 роки тому +2

    Thanks!

  • @zerefX_
    @zerefX_ 8 місяців тому +2

    the method `startPlugin` is not defined in the `custom_lint_builder` version 0.5.8, has it been replaced by something else?

  • @masterharith8488
    @masterharith8488 Рік тому +1

    Is this rule based?