Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
K9i-0 committed May 3, 2023
1 parent 37a5725 commit d20a9a5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion packages/material_button_assist/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# material_button_assist
material_button_assist is an assistant that makes using [Common buttons] easier.

- [Getting started](#getting-started)
- [Features](#features)
- [Convert to other button](#convert-to-other-button)
- [Add icon](#add-icon)
- [Remove icon](#remove-icon)

## Getting started

material_button_assist is implemented using [custom_lint]. As such, it uses custom_lint's installation logic.
Expand All @@ -24,6 +29,19 @@ Long story short:
## Features


### Convert to other button
You can easily convert between five different buttons.
- Elevated button
- Filled button
- Filled tonal button
- Outlined button
- Text button

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

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

[Common buttons]: https://m3.material.io/components/buttons/overview
[custom_lint]: https://pub.dev/packages/custom_lint
2 changes: 1 addition & 1 deletion packages/material_button_assist/example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# example

A new Flutter project.
material_button_assist example project.

0 comments on commit d20a9a5

Please sign in to comment.