solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 18 forks source link

Feature/avoid unnecessary type assertions #46

Closed xvadim closed 11 months ago

xvadim commented 11 months ago
  1. Implemented the avoid-unnecessary-type-assertions rule
  2. Implemented quick-fixes for the avoid-unnecessary-type-assertions rule
xvadim commented 11 months ago
  1. Fixed warnings
  2. Fixed a bug
  3. Added additional test cases