from_css_color
Creates Color instance from CSS color string according to https://drafts.csswg.org/css-color-3
2.0.0
238K downloads/mo
#784 most downloaded on pub.dev
alex-myznikov/from_css_color
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
7 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · May 2020 to Mar 2021
2021
2022
2023
2024
2025
2026
Releases
latest 7-
2.0.031 Mar 2021Release notes
Open source →- Migrate to null-safety.
- Remove fromCSSColor()/isCSSColor(), which was deprecated since 1.2.0 in favor of fromCssColor()/isCssColor() to meet the effective Dart style guide.
-
1.2.005 Jan 2021 -
1.1.015 Dec 2020Release notes
Open source →- Add
toCssColor()extension method to convert Color instance to CSS color string.
- Add
-
1.0.029 Aug 2020Release notes
Open source →- Add support for 4 (#rgba) and 8 (#rrggbbaa) digit hex colors.
- Update versioning to stable after 3 months of usage in production (no breaking changes expected).
-
0.1.118 Jun 2020 -
0.1.018 Jun 2020 -
0.0.105 May 2020Release notes
Open source →- Support for 3 and 6 digit hex colors.
- Support for rgb/rgba colors.
- Support for X11 keywords.