fl_ui_config 0.0.7
fl_ui_config: ^0.0.7 copied to clipboard
Handle UI configuration and changes of a Flutter app. This is a small, focused Flutter library to define an app-wide, consistent UI configuration and control it at runtime.
0.0.7 #
- Add global getters for [uiConfig], [colorPalette], [assets], [fontsConfig], [fontColors], [alternativeColorPaletteKey] and [isHighContrastEnabled];
0.0.4 #
- Allow to use another ColorPalette for brightness dark
- Rename colors error, success and warning
- Fix: Expose FontColors if app wants to override fontColors getter inside ColorPalette
0.0.1 #
- Be able to handle ThemeMode and ColorPalette with MaterialAppWithUiConfig