flutter_sales_graph 0.0.5
flutter_sales_graph: ^0.0.5 copied to clipboard
A Flutter package for displaying sales data in a bar chart format.
CHANGELOG.md:
# Changelog
## 0.0.5
## - 2026-06-22
### Fixed
- Replaced deprecated `withOpacity` method with `withValues(alpha: ...)` in `flutter_sales_graph.dart` to resolve static analysis warnings and prevent color precision loss.