colorist 0.0.2
colorist: ^0.0.2 copied to clipboard
Flutter code generator for custom-named color palettes.
0.0.2 #
- Changed generated file prefix from '.g.dart' to '.colorist.g.dart' to avoid collisions with other code-generating packages
- Improve README information on themeData getters setup and use, as well as on context.colors getter
0.0.1+1 #
- Improved README for easier setup
0.0.1 #
- Initial release
- Theme Manager for Material and Cupertino apps
- Support changing the theme and brightness
- Added preferences persistence accross app restarts
- Define ColorTheme with generating boilerplate code, with easy access to custom-named colors via
context.colors - Adding premade widgets for managing app's theme based on ThemeManager's configuration