fl_ui_config 0.1.5 copy "fl_ui_config: ^0.1.5" to clipboard
fl_ui_config: ^0.1.5 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.1.5 #

  • Test: Add method initializeGlobalUiConfigSettingsForWidgetTests.

0.1.4 #

  • Fix: text selection color at dark theme

0.1.3 #

  • Improvement: Add AnimatedContainer for smoother change between dark and light theme
  • Fix: getAppBarBackgroundColor should not return dark theme color for light
  • Improvement: Default app bar color taken from primary color palette

0.1.2 #

  • Refactor: Use material import instead of new widgets mimport to resolve "The getter 'Brightness' isn't defined for the class 'LocalImage'."

0.1.1 #

  • Feat: Add getter colorPaletteLight and colorPaletteDark

0.1.0 #

  • Feat: Asset and ImageAsset exposed. Requires full path to image file.

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
1
likes
150
points
987
downloads

Publisher

verified publisherehwplus.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_svg, shared_preferences

More

Packages that depend on fl_ui_config