flutter_pannable_rating_bar 2.7.2+1
flutter_pannable_rating_bar: ^2.7.2+1 copied to clipboard
A versatile and customizable rating bar for Flutter. This bar stands out from others with its ability to select any fractional values. Drag, tap and hover event are all supported.
Release Notes #
2.7.2+1 #
- Files: update
.pubignoreand assets link.
2.7.2 #
- Update: change pre-built
RatingValueTransformerfunction names.
2.7.1 #
- Update: changing impl of internal
ShaderMaskdrawing to single color.
2.7.0 #
- New feature:
GestureType.DragOnlyadded, allow further gesture filtering.
2.6.0 #
- New feature:
RatingValueTransformeradded, allow transforming rating values.
2.5.2+1 #
- Files: remove
assetsfile in publishing.
2.5.2 #
- Update: Add
assert(debugHandleEvent(...))in thehandleEventfunction according to docs
2.5.1+2 #
- Files: remove
assetsfile in publishing.
2.5.1+1 #
- Optimization: reduce library size by ignore
assetsfolder.
2.5.1 #
- Update: Remove unused variable
visibleForTracking. - Update: Mark
calcPercentfunctionprotected. - Documentation: Added more examples and formatted the
examplefile.
2.5.0+1 #
- Documentation: Change package description to fit with pub.dev standard.
2.5.0 #
- New feature: Added
onCompletedcallback, which will reports the rating value at the position which user stop contacting the device.
2.4.1+1 #
- Documentation: Fix documentation typo in README.
2.4.1 #
- Update: changing internal implementation of calculate indexes of children.
2.4.0 #
- New feature: Added
onHovercallback, which will reports the rating value of the current cursor position. - Documentation: Adding example for
onHoveruse case.
2.3.0+2 #
- Documentation: Changes in package description.
2.3.0+1 #
- Documentation: Small change in README.
2.3.0 #
- New feature: Added ability to filter out gestures - choose between
tapOnlyortapAndDrag. - New feature: Getter for
itemCountadded. Subclasses ofPannableRatingBarcan now access it. - Documentation: Most of the docs have been rewritten with GPT under my supervision.
2.2.0 #
- New feature: Added
minRatingandmaxRatingparameters.
2.1.2 #
- Update:
BlendModechanged tosrcIninstead ofsrcATop.
2.1.1 #
- Optimization: Skip rate calculation process when
onChangedcallback is null.
2.1.0+3 #
- Documentation: Updated example file.
2.1.0+2 #
- Documentation: Added new gif and more examples.
2.1.0+1 #
- Documentation: Added new gif file and example file.
2.1.0 #
- Documentation: README.md code snippets updated for better comprehension of widget usage.
- Update: Constraint for rate value removed. It can now be set as negative or greater
than
itemCount. - New feature: Support for
Wrapproperties added -textDirectionandverticalDirection. The widget now takes these properties into consideration and paints indicators correctly. - Update: Non-nullable constraint of
RatingWidget.unSelectedColorremoved. It is now nullable, and if set to null, background painting will be skipped. The implementation of drawing changed fromShaderMasktoColorFilter.
2.0.1 #
- New feature: Parameter for pixels compensation added. Refer to this issue: https://github.com/flutter/flutter/issues/98464.
2.0.0 #
- BREAKING CHANGES!
- New feature: Added support for customizing each rating widget.
- New feature: Added builder constructor support.
1.0.0 #
- Initial release.
0.0.1 #
- Preparation for release.