fl_ui_config 0.0.10
fl_ui_config: ^0.0.10 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.10 #
- Minor fix: getSuccessColor, getWarningColor condition
0.0.9 #
- Fix: Access to dark color palette without context
0.0.8 #
- 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