crimson icon indicating copy to clipboard operation
crimson copied to clipboard

support latest version of package:analyzer, fix support for freezed classes

Open SunlightBro opened this issue 2 years ago • 0 comments

  • bump dependencies
  • fix freezed support
    • cleanName trims the leading _$ and trailing Impl from freezed classes
    • fix generation of FromFactory for freezed classes
  • fix lints
    • require_trailing_commas
    • unnecessary_breaks
    • unnecessary_cast
  • prepare changelog

Hey @simc, if you find the time, please review this PR 🤗.

SunlightBro avatar Apr 02 '24 15:04 SunlightBro