- Added support for null-safety
- Added support for Pie Chart with lots of customizations.
- Changes in Readme file
- Added chartRadiusFactor parameter to set the scaling of the chart with respect to width or height (whatever is minimum) of the parent widget, default value is 0.8 (80%).
- Fixed exception handling for null labels.
- Added labelColor parameter to give the desired color to labels, default value is Colors.black.
- Added a check for values (Minimum 3 values are required for plotting Radar Chart), else it will throw ArgumentError.
- Added a check for length of values and labels, both should be same.
- Fixed screenshots
- Initial release - Supports Radar Chart with lots of customizations.