Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  readme file updated
  version incremented to 1.0.1 changelogs added readme file udpated
  added click to rate feature
  Revert "added feature for click rating"
  added example
  added feature for click rating version updated to 1.0.1 readme file updated
  • Loading branch information
thangmam committed Nov 21, 2018
2 parents 9aec44a + f9044e1 commit edcf994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@

A Star rating with touch swipe enabled increment/decrement
A Star rating with touch and swipe rate enabled
* Supports half rate and full rate (1.0 or 0.5)
* Swipe for incrementing/decrementing rate amount
* Change star body and boundary colors independently
* Control size of the star rating
* Set your desired total Star count
* Now Supports click-to-rate
## Getting Started

In your flutter project add the dependency:
```
dependencies:
...
smooth_star_rating: 1.0.0
smooth_star_rating: 1.0.1
```

## Usage example
Expand Down

0 comments on commit edcf994

Please sign in to comment.