Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unnecessary code generation #1

Open
icas711 opened this issue Oct 19, 2024 · 2 comments
Open

unnecessary code generation #1

icas711 opened this issue Oct 19, 2024 · 2 comments

Comments

@icas711
Copy link

icas711 commented Oct 19, 2024

The $AppThemeColors class is generated in the "*.g.dart" files marked by annotation "@freezed"

@icas711
Copy link
Author

icas711 commented Oct 21, 2024

Во всех файлах "*.g.dart" проекта генерирует class $AppThemeColors.
Если добавить в 36 строку "_allFields.clear();" в color_generator.dart. Нормально работает.
Спасибо удобный плагин, значительно ускоряет

@Kotelnikovekb
Copy link
Owner

Да, спасибо большое за подсказку. я тоже столкнулся с этой проблемой. Сейчас я добавил этот момент.

Во всех файлах "*.g.dart" проекта генерирует class $AppThemeColors. Если добавить в 36 строку "_allFields.clear();" в color_generator.dart. Нормально работает. Спасибо удобный плагин, значительно ускоряет

Kotelnikovekb added a commit that referenced this issue Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants