hex_to_color_plus 1.0.0+5
hex_to_color_plus: ^1.0.0+5 copied to clipboard
Convert hex strings to Color objects in Flutter, including ARGB formats with alpha transparency.
1.0.0+1 - 2025-07-19 #
๐ Initial release of Hex To Plus
- Support for 6-digit hex (#RRGGBB)
- Support for 8-digit ARGB hex (#AARRGGBB) with alpha
- Graceful fallback for invalid hex strings
1.0.0+2 - 2025-07-20 #
๐ Added documentation comments for hexToColor function
โ
Improved pub.dev score by documenting public APIs
๐ Updated README.md with detailed API usage
1.0.0+4 - 2025-07-20 #
๐ Added documentation comments for hexToColor() to improve API clarity
๐ Expanded README with API usage guide and example explanation
๐งช Enhanced example/lib/main.dart with informative demo UI:
- Shows basic hex usage (#RRGGBB)
- Shows ARGB hex with alpha (#AARRGGBB)
- Demonstrates fallback on invalid input