eva_color 1.4.0
eva_color: ^1.4.0 copied to clipboard
Simple Eva Design System color and swatches for Flutter, with dart generator command from eva theme json file.
1.4.0 13 February 2021. #
- Backward incompatible. Remove
EvaColorTransparentclass, 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.