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

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

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 chart for visualizing data using percentages and colors.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on circulito