osom_rating 0.0.3 copy "osom_rating: ^0.0.3" to clipboard
osom_rating: ^0.0.3 copied to clipboard

the most fun way to get a rating component for your flutter apps

osom_rating #

the most fun way to get a rating component for your flutter apps

osom

Installing #

Add the osom_rating to your pubspec.yaml file

dependencies:
  osom_rating: 0.0.3

then install the package using the get command

flutter packages get

Usage #

import it inside your app

import 'package:osom_rating/osom_rating.dart';

then create a new instance of the component

// by default it will generate five stars
OsomRating();

Options #

Parameter Default Description
rating 0 the rating value
totalStars 5 the quantity of stars to generate
colorStar Colors.yellow the color of the full star
colorEmptyStar Colors.black the color of the empty star
sizeStar 60 the size of the stars
minimunHalfValue 5 the decimal part to considered an star as a half value. 5 means any x.5 value will be considered as a half star

Events #

Event Param
onTapped current index value
onDoubleTapped none
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

the most fun way to get a rating component for your flutter apps

Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on osom_rating