circular_widgets 3.0.0
circular_widgets: ^3.0.0 copied to clipboard
Display widgets in a circle.
3.0.0 23/6/2022 #
- Fixed wrong math equations
- added separate class
CircularWidgetConfig
to hold the config - added
isAddExtraFakeItem
fixes Children division offset #5 - added
drawOrder
fixes Allow to choose whether center circle or outer ones first #3 - upgraded to flutter 3 and sdk 2.14.0
2.1.0 21/6/2022 #
- Added more customization options
isClockWise
to change draw directionstartAngleDeg
to set the start angle (in degrees)totalArchDeg
to set the length of the total arch (in degrees)
- Updated example
2.0.0 23/8/2021 #
- Updated to null safety
1.0.2 11/8/2020 #
- Fixed typo in example
- Added sliders for easier testing
- Changed the video to include sliders
1.0.1 29/7/2020 #
- Added Video
1.0.0 29/7/2020 #
- Initial Release