flex_color_scheme 1.0.0-dev.2 copy "flex_color_scheme: ^1.0.0-dev.2" to clipboard
flex_color_scheme: ^1.0.0-dev.2 copied to clipboard

outdated

A Flutter package to make and use beautiful color scheme based MaterialApp themes.

Changelog #

All notable changes to the FlexColorScheme package will be documented in this file.

[1.0.0-dev.2] - December 21, 2020 #

  • Made planned API name changes, SchemeOnColors -> FlexSchemeOnColors and SchemeSurfaceColors -> FlexSchemeSurfaceColors. These are lower level APIs that are only used when making custom on and surface colors. Changed ThemeModeOptionButton -> FlexThemeModeOptionButton, this is also a lower level API that can be used when making more advanced custom theme selection control that are based on the same button as the FlexThemeModeSwitch uses.
  • Exposed planned configuration APIs for the FlexThemeModeSwitch and FlexThemeModeOptionButton.
  • Removed the constants that had no function in the public interface from the API.
  • Documentation updates and corrections.
  • Removed legacy usage of deprecated ThemeData properties textSelectionColor, cursorColor and textSelectionHandleColor. They are no longer needed even for stable channel, they were useful earlier but not anymore, using only TextSelectionThemeData is enough in the latest stable version.

[1.0.0-dev.1] - December 17, 2020 #

  • First development pre-release on pub.dev.

To do list and planned feature updates #

  • Release first version 1.0.0-dev.1 publicly on GitHub and pub.dev.
  • Complete the documentation.
  • Publish live Web versions of the five examples.
  • Review and update the API.
  • Review and correct documentation mistakes and typos, first pass anyway.
  • Release version 1.0.0 on pub.dev.
  • Add an API the can create the dark scheme based on the light primary color.
  • Version 1.0.x: Add tests.
  • Version 2.0.0-nullsafety.1: Add null safe version.
2428
likes
0
pub points
98%
popularity

Publisher

verified publisherrydmike.com

A Flutter package to make and use beautiful color scheme based MaterialApp themes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flex_color_scheme