Skip to content

nonebyte/spon_rating_bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example

simple demo

img

Getting Started

In your flutter project add the dependency:

dependencies:
  spon_rating_bar: ^0.0.1

Usage example

import 'package:spon_rating_bar/spon_rating_bar.dart';
SponRatingWidget(
                  value: 9,
                  size: 30,
                  padding: 5,
                  nomalImage: 'img/star_nomal.png',
                  selectImage: 'img/star.png',
                  selectAble: true,
                  onRatingUpdate: (value) {
                    ratingValue = value;
                    setState(() {
                    });
                  },
                  maxRating: 10,
                  count: 6,
                )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 91.4%
  • Swift 4.5%
  • Kotlin 3.7%
  • Objective-C 0.4%