zeba_academy_color_explorer 0.0.1
zeba_academy_color_explorer: ^0.0.1 copied to clipboard
A lightweight offline Flutter toolkit to explore colors with Material palettes, gradient generation, color blending, and WCAG contrast checking for accessibility.
๐ Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.0.1 Initial Release #
โจ Added #
- ๐จ Material color palette explorer with predefined Material colors
- ๐ Gradient generator (linear and multi-color support)
- ๐ Color blending utilities with interpolation and step generation
- โฟ WCAG contrast checker with AA / AAA rating support
- ๐ข HEX โ Color conversion utilities
- โก Fully offline functionality with zero external dependencies
๐งช Testing #
- โ Unit tests for all core modules
- โ Verified gradient, blending, contrast, and palette features
๐งน Maintenance #
- โ Flutter lints enabled
- โ
Fixed deprecated API usage (
Color.valueโtoARGB32())
๐ฎ Upcoming (Planned) #
โจ Features #
- ๐ฏ Built-in color picker widget
- ๐จ Color harmony generator (complementary, triadic, analogous)
- ๐ Light/Dark mode preview simulator
- ๐พ Local storage for custom palettes
- ๐ท Image-based color extraction (offline)