pie_chart 5.4.0
pie_chart: ^5.4.0 copied to clipboard
A Flutter package for creating beautiful Pie Charts with awesome animation.
CHANGELOG #
5.4.0 #
- chore: enable test PR workflow (Ayush P Gupta)
- feat: enable gh-pages deploy (Ayush P Gupta)
- feat: add new center widget #101 (Ayush P Gupta)
- fix: define return type for
formatChartValuesfunc (#99) (Fiveone Digital) - [ImgBot] Optimize images (#91) (imgbot[bot])
- temp: disable deploy via github workflow (Ayush P Gupta)
- fix: flutter web (Ayush P Gupta)
- fix: github workflow (Ayush P Gupta)
5.3.2 #
- chore: fix dart analysis errors
5.3.1 #
- chore: upgrade flutter and example app
- fix: gradient color overlap #83
5.3.0 #
- feat: add
totalValueparameter
5.2.0 #
- feat: add
baseChartColoroption
5.1.0 #
- Update example code with gradient feature
- Add gradient colors support (#73)
5.0.1 #
- [MacOS] Add macos support in example
- Accept center text style as a paramter
5.0.0 #
- Show custom color when pie chart is empty.
- Set Colors.grey as default value for emptyColor.
- Update README.md with decimalPlaces docs.
- [Null Safety] Migrate project to null safety.
4.0.1 #
- Fix README.md for broken images link
4.0.0 Breaking #
- Wrap different parameters in chartValuesOptions, legendOptions
- Fix number of issues
3.1.0 #
- Add ring shape pie chart support
3.0.0 Breaking #
- Migrate to AndroidX
- Add dark mode theme
- Remove color from default legendStyle to support dark mode
- Add enum LegendPosition to align chart legend Breaking
- Restructure whole project. Optimize code. Code Cleanup
Thanks @xsahil03x for these changes
2.0.0 #
- Fix padding, margin Breaking
- Fix error when parent is row
- Adapt to screen size Breaking
- Override chartRadius when screen is smaller compare to chartRadius Breaking
- Update example with macos and web support
1.3.0 #
- Center text to sector center-line
- Add text labels
1.1.0 #
- Merge #11 Added option for changing initial angle of pie chart. Thanks @mschneider for PR
1.0.0 #
- Added #8 Added option for showing chart values outside the pie chart @guyzk
- Added #7 Hide 0 values on pie chart. Thanks @guyzk
- Added legend fontFamily support. Thanks @MahdiPishguy for PR
0.9.0 #
0.8.0 #
- Update README.md
- Format code
- Update min Dart SDK version
Thanks @xsahil03x for this PR