themed_color_palette 0.3.2
themed_color_palette: ^0.3.2 copied to clipboard
A code generator to create a themed color palette from a yaml file.
0.3.2 19/07/2022 #
- Reduce the minimum dart version to
2.16.0.
0.3.1 19/07/2022 #
- Add a better documentation.
0.3.0 11/07/2022 #
- Deploy on pub.
0.2.4 07/03/2022 #
fromYaml,toYaml,copyWithYaml.
0.2.3 13/02/2022 #
fromJson,toJson,copyWithJson.
0.2.2 07/02/2022 #
- Add the extension
ThemesExtensionwith thecolorPalettegetters.
0.2.1 06/02/2022 #
- Fix bugs with platforms:
- Create specific platform object only if the parents include those platforms.
- When a generic/all-platforms collection doesn't have any children, remove
{}from the.copyWithmethod.
0.2.0 31/01/2022 #
- Add the
.platformsoption to generate platform specific themes.
0.1.0 18/10/2021 #
- Migration to null-safety: The code generated is now null-safe.