zeba_academy_color_explorer 0.0.1 copy "zeba_academy_color_explorer: ^0.0.1" to clipboard
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.

šŸŽØ zeba_academy_color_explorer #

A powerful offline color exploration toolkit for Flutter developers. Easily work with color palettes, gradients, blending, and accessibility tools — all without external dependencies.


✨ Features #

  • šŸŽØ Material color palette explorer
  • 🌈 Gradient generator (linear & multi-color)
  • šŸ”€ Color blending and interpolation
  • ♿ WCAG contrast checker for accessibility
  • šŸ”¢ HEX ↔ Color conversion utilities
  • ⚔ Lightweight and fully offline

šŸ“¦ Installation #

Add this to your pubspec.yaml:

dependencies:
  zeba_academy_color_explorer: ^0.0.1

Then run:

flutter pub get

šŸš€ Usage #

šŸŽØ Generate Gradient #

final gradient = GradientGenerator.generate(
  start: Colors.blue,
  end: Colors.purple,
);

šŸ”€ Blend Colors #

final blended = ColorBlender.generateSteps(
  Colors.red,
  Colors.yellow,
  5,
);

♿ Check Contrast #

final rating = ContrastChecker.getRating(
  Colors.white,
  Colors.black,
);

šŸ”¢ HEX Conversion #

final color = ColorUtils.fromHex("#FF0000");
final hex = ColorUtils.toHex(Colors.red);

šŸŽØ Material Palette #

final shades = ColorPalette.getShades(Colors.blue);

šŸ“š Use Cases #

  • UI/UX design experimentation
  • Accessibility testing (WCAG compliance)
  • Learning color theory in Flutter
  • Building custom design systems

šŸ› ļø Roadmap #

  • šŸŽÆ Color picker widget
  • šŸŽØ Color harmony generator (complementary, triadic)
  • šŸŒ— Light/Dark theme preview
  • šŸ’¾ Save custom palettes locally

šŸ¤ Contributing #

Contributions are welcome! Feel free to open issues or submit pull requests.


šŸ“„ License #

This project is licensed under the GNU General Public License v3.0.


šŸ‘Øā€šŸ’» About Me #

✨ I’m Sufyan bin Uzayr, an open-source developer passionate about building and sharing meaningful projects. You can learn more about me and my work at sufyanism.com or connect with me on Linkedin


šŸš€ Your all-in-one no-bloat hub! #

šŸš€ Explore cutting-edge resources in coding, tech, and development at zeba.academy and code.zeba.academy. Empower yourself with practical skills through curated directives, real-world projects, and hands-on experience. Level up your tech game today! šŸ’»āœØ

Zeba Academy is a learning platform dedicated to coding, technology, and development. āž” Visit our main site: zeba.academy
āž” Explore hands-on courses and resources at: code.zeba.academy
āž” Check out our YouTube for more tutorials: zeba.academy
āž” Follow us on Instagram: zeba.academy


Thank you for visiting! šŸ™Œ

0
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publisherzeba.academy

Weekly Downloads

A lightweight offline Flutter toolkit to explore colors with Material palettes, gradient generation, color blending, and WCAG contrast checking for accessibility.

Homepage

Topics

#flutter #colors #ui #design #accessibility

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on zeba_academy_color_explorer