theme_extensions_gen 1.0.1 copy "theme_extensions_gen: ^1.0.1" to clipboard
theme_extensions_gen: ^1.0.1 copied to clipboard

Generate Flutter ThemeExtensions from annotated templates with context accessors and no boilerplate.

Changelog #

1.0.1 #

**Allow analyzer 9.0.0.

0.3.0 #

refactor: migrate to element2 API and remove legacy analyzer usage chore: update dependencies for Dart 3.8 and latest build/codegen packages refactor: drop manual builder config validation in favor of fromMap test: clean up outdated mocks and migrate to TestReaderWriter-based tests test: update golden files for new codegen output

0.2.1 #

chore: minor README updates and improved test coverage

0.2.0 #

feat: migrate to standalone repository from monorepo

0.1.5 #

chore(example): update structure and documentation

0.1.4 #

fix: resolve builder integration issues

0.1.3 #

chore: update CI config
test: improved test coverage and added internal validation tests

0.1.2 #

ci: added GitHub Actions
docs: improved README and formatting

0.1.1 #

feat: added library entrypoint to follow naming conventions
docs: improved documentation and score compliance
chore: minor cleanup and formatting

0.1.0 #

initial release:

  • Code generation for ThemeExtension templates and implementations
  • Support for context extensions and group-based splitting
  • Customizable output via build.yaml