eva_color 2.0.0 eva_color: ^2.0.0 copied to clipboard
Simple Eva Design System color and swatches for Flutter, with dart generator command from eva theme json file.
[2.0.0] - 7 March 2022. #
- Breaking! Changes of the API.
- Now use
AppColor.primary100
for shade instead ofAppColor.primary.shade100
, to provide constant value. It is impossible to use Material App color swatch class. See this link for further info. - This library now is only a source generator. No need to add as dependencies. Only use it as dev dependencies.
[1.4.3] - 14 February 2021. #
- Fix default basic color by changing the json file to just String in dart.
[1.4.2] - 13 February 2021. #
- Fix loading path for basic color file.
[1.4.1] - 13 February 2021. #
- Fix wrong documentation.
[1.4.0] - 13 February 2021. #
- Backward incompatible. Remove
EvaColorTransparent
class, as the latest export files from https://colors.eva.design does not include transparent color. This will also remove the transparent color from basic color. - Update some dependencies version.
[1.3.0] - 17 April 2021. #
- Bump version to Flutter 2.0.
[1.2.0-null-safety] - 17 February 2021. #
- Upgrade to null safety package. No breaking changes for the API.
[1.1.1] - 17 June 2020. #
- Fix default basic color json file path when the library is used by other project.
- Fix the test case for validating basic color.
[1.1.0] - 17 June 2020. #
- Add basic color for black and white. If not defined in the input file, it will be generated automatically.
[1.0.1] - 14 May 2020. #
- Add example.
- Update several fix for health suggestions.
- Move generator source to bin to hide generator API in docs.
[1.0.0] - 14 May 2020. #
- Initial release with EvaColor, EvaTransparentColor, and Dart Generator.