LukeMoody01 / mason_bricks

A collection of bricks that enable developers to be more productive when writing code.
MIT License
109 stars 43 forks source link

feat: Analyzer brick v0.1 #31

Closed LukeMoody01 closed 1 year ago

LukeMoody01 commented 1 year ago

Brick

Status

IN DEVELOPMENT

Breaking Changes

NO

Description

Introducing Analyzer brick, a powerful foundation for building your personalized Flutter/Dart analyzer package! At present, there is a lack of comprehensive guides or streamlined methods for creating custom analyzers. Analyzer aims to fill that gap by providing a user-friendly base for crafting the perfect analyzer tailored to your team's projects.

Drawing inspiration from the well-known dart-code-analyzer, Analyzer currently offers a lint analyzer, without compromising on functionality. Get started with Analyzer today and elevate your code analysis experience!

Type of Change