circulito 0.5.0 copy "circulito: ^0.5.0" to clipboard
circulito: ^0.5.0 copied to clipboard

Circulito provides a simple circular wheel/donut chart for visualizing data using percentages and colors.

0.5.0 #

  • BREAKING CHANGE: color and hoverColor are now included in CirculitoDecoration for CirculitoSection and CirculitoBackground.
  • Feature: gradient decoration has been added for CirculitoSection and CirculitoBackground.
  • Performance: Delete unnessary sentences on CirculitoPainter.
  • Docs: Update Documentation.
  • Docs: Update README.
  • Chore: Update main example.
  • Chore: Update main test.

0.4.0 #

  • Feature: animation has 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) on sections.

0.3.1 #

  • Performance: Making Circulito Statefull widget for better practice.
  • Performance: Delete unnessary sentence on Utils.
  • Chore: Delete default export Utils in Circulito.

0.3.0 #

  • BREAKING CHANGE: percentage is now called value in Circulito Section.
  • BREAKING CHANGE: backgroundColor has been changed to CirculitoBackground.
  • BREAKING CHANGE: padding has been changed from EdgeInset to double to make hover selections more precise.
  • Feature: Now the percentage can be calculated automatically passing amount arguments.
  • Feature: Sections are now interactable.
  • Feature: Background is now interactable.
  • Feature: onTap on sections has been added.
  • Feature: onTap on background has been added.
  • Feature: onHover on sections has been added.
  • Feature: onHover on background has been added.
  • Feature: Change Mouse Pointer when 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: radius is now called maxSize and required.
  • Fix: Some issues when drawing Circulito inside an infinite size parent like
  • Feature: isCenter: Allow to center the widget.
  • Feature: padding: Add a padding to the widget.
    Column or Row.
  • Docs: Update README and example.
  • Docs: Add Circulito painter class documentation.

0.0.1 First release #

  • Feature: background.
  • Feature: section with colors.
5
likes
0
pub points
66%
popularity

Publisher

verified publisherkega.dev

Circulito provides a simple circular wheel/donut chart for visualizing data using percentages and colors.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on circulito