flutter_color_palette 1.0.1
flutter_color_palette: ^1.0.1 copied to clipboard
A comprehensive color palette widget for Flutter applications.
1.0.0 #
- Initial Release: Comprehensive color palette widget for Flutter applications
- Interactive Color Detection: Touch and drag over images to detect colors at specific pixel positions
- Automatic Palette Generation: Extracts the most frequent colors from images automatically
- Real-time Color Feedback: Visual indicators show detected colors with hex and RGB values
- Responsive Design: Adapts to different screen sizes and orientations
- Performance Optimized: Background image processing using isolates for smooth UX
- Color Quantization: Intelligent color grouping for better frequency analysis
- Multiple Callback Support: Separate callbacks for hex, red, green, and blue color components
- Customizable Width: Configurable widget width with minimum 250px requirement
- Memory Management: Proper disposal of resources and ValueNotifier usage
- Cross-platform Support: Works on all Flutter supported platforms
- Dependencies: Uses
image
package (^4.5.4) for efficient image processing
1.0.0 #
- Update README