text_style_preview_lint 0.2.0+2 copy "text_style_preview_lint: ^0.2.0+2" to clipboard
text_style_preview_lint: ^0.2.0+2 copied to clipboard

text_style_preview_lint is a package to make using text_style_preview more comfortable.

text_style_preview_lint is a package to make using text_style_preview more comfortable.

Getting started #

text_style_preview_lint is implemented using custom_lint. As such, it uses custom_lint's installation logic.
Long story short:

  • Add both text_style_preview_lint and custom_lint to your pubspec.yaml:

    dev_dependencies:
      custom_lint:
      text_style_preview_lint:
    
  • Enable custom_lint's plugin in your analysis_options.yaml:

    analyzer:
      plugins:
        - custom_lint
    

Usage #

Wrap Text widget with a TextStylePreview

text_style_preview

1
likes
110
pub points
0%
popularity

Publisher

verified publisherk9i.app

text_style_preview_lint is a package to make using text_style_preview more comfortable.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on text_style_preview_lint