material_button_assist 1.0.0 copy "material_button_assist: ^1.0.0" to clipboard
material_button_assist: ^1.0.0 copied to clipboard

material_button_assist is an assistant that makes using Material Design's Common buttons easier.

material_button_assist is an assistant that makes using Common buttons easier.

Getting started #

material_button_assist is implemented using custom_lint. As such, it uses custom_lint's installation logic.

Long story short:

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

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

    analyzer:
      plugins:
        - custom_lint
    

Features #

Convert to other button #

You can easily convert between five different buttons.

  • Elevated button
  • Filled button
  • Filled tonal button
  • Outlined button
  • Text button

Convert to other button sample

Add icon #

Add icons to the buttons and automatically update the field names as well.

Add icon sample

Remove icon #

Remove icons from the buttons and automatically update the field names as well.

Remove icon sample

4
likes
120
pub points
0%
popularity

Publisher

verified publisherk9i.app

material_button_assist is an assistant that makes using Material Design's Common buttons easier.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on material_button_assist