circulito 0.4.0
circulito: ^0.4.0 copied to clipboard
Circulito provides a simple circular wheel/donut chart for visualizing data using percentages and colors.
0.4.0 #
- Feature:
animationhas been added. - Performance: Prevent Circulito redraw when parent calls setState.
- Docs: Update Documentation.
- Docs: Update README.
- Chore: Reorganize files and folders.
0.3.2 #
- Chore: Allow values as zero (
0) onsections.
0.3.1 #
- Performance: Delete unnessary sentence on Utils.
- Performance: Making
CirculitoStatefull widget for better practice. - Chore: Delete default export Utils in Circulito.
0.3.0 #
- BREAKING CHANGE:
percentageis now calledvalueinCirculito Section. - BREAKING CHANGE:
backgroundColorhas been changed toCirculitoBackground. - BREAKING CHANGE:
paddinghas been changed fromEdgeInsettodoubleto make hover selections more precise. - Feature: Now the percentage can be calculated automatically passing
amountarguments. - Feature: Sections are now interactable.
- Feature: Background is now interactable.
- Feature:
onTapon sections has been added. - Feature:
onTapon background has been added. - Feature:
onHoveron sections has been added. - Feature:
onHoveron background has been added. - Feature:
Change Mouse Pointerwhen onTap is not null. - Chore: Reorganize files and folders.
0.2.0 #
- Feature:
child: Now a widget can be shown over the wheel. - Docs: Update README.
0.1.0 #
- Feature:
startPoint: Defines the starting point to draw the wheel. - Feature:
circulitoDirection: Determines the direction of the wheel. - Docs: Update README.
- Docs: Update circulito classes documentation.
0.0.2 #
- BREAKING CHANGE:
radiusis now calledmaxSizeand required. - Fix: Some issues when drawing
Circulitoinside an infinite size parent like - Feature:
isCenter: Allow to center the widget. - Feature:
padding: Add a padding to the widget.
ColumnorRow. - Docs: Update README and example.
- Docs: Add Circulito painter class documentation.
0.0.1 First release #
- Feature: background.
- Feature: Section with colors.