textstyle_generator 0.1.3 copy "textstyle_generator: ^0.1.3" to clipboard
textstyle_generator: ^0.1.3 copied to clipboard

A package to automatically generate text styles for Flutter projects.

Changelog #

0.1.0 #

  • Initial release of textstyle_generator.
  • Generate TextStyle helper methods for all font sizes and weights.
  • Supports multiple font families.
  • Supports default text color palette customization.
  • Fully configurable via build.yaml.
  • Works with build_runner.e color configuration

0.1.1 #

  • Fix some fonts.

0.1.2 #

  • Added support for dynamic output directory configuration via the output_dir option in build.yaml.
  • You can now control where the generated text_styles.g.dart file is placed without modifying the builder code.
  • Defaults to lib/generated/ if output_dir is not specified.
  • Added letterSpacing.

0.1.3 #

  • Added support for customizing the generated class name via class_name option in build.yaml.
    Now you can rename TextStyles to anything like MyTextStyles, AppTextStyles, etc.
2
likes
150
points
68
downloads

Publisher

verified publisherdart-weider.top

Weekly Downloads

A package to automatically generate text styles for Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build

More

Packages that depend on textstyle_generator