kmeans_dominant_colors 0.1.2
kmeans_dominant_colors: ^0.1.2 copied to clipboard
A Flutter package to extract dominant colors from images using K-means clustering algorithm. Perfect for generating color palettes, theme suggestions, and image analysis.
Dominant Colors #
A Flutter package for extracting dominant colors from images using K-means clustering algorithm.
Features #
- Extract dominant colors from images
- Customizable number of colors to extract
- Fast and efficient implementation
- Returns colors sorted by dominance
Installation #
Add this to your pubspec.yaml:
dependencies:
kmeans_dominant_colors:
git:
url: https://github.com/Mouhib777/kmeans_dominant_colors# kmeans_dominant_colors