themed 5.1.1 copy "themed: ^5.1.1" to clipboard
themed: ^5.1.1 copied to clipboard

The themed package lets you define a theme with const values, and then, by using some dark Dart magic, go and change them dynamically anyway.

[5.1.1] #

  • Added Color.removeOpacity() extension method. Note methods addOpacity(), darker(), lighter(), average() and decolorize already existed.

[5.0.3] #

  • Flutter 3.16.0 compatible.

[4.0.0] #

  • Flutter 3.13.0 compatible.

[3.0.2] #

  • Flutter 2.8.0 compatible.

[2.4.0] #

  • ChangeColors widget to change the brightness, saturation and hue of any widget, including images.

[2.3.0] #

  • Color extension: darker, lighter, average, decolorize, addOpacity, rgbaToArgb and abgrToArgb methods.

[2.2.0] #

  • Improved ColorRef.toString() and TextStyleRef.toString() methods.

[2.1.0] #

[2.0.5] #

  • Compatible with Flutter 2.5.

[2.0.4] #

  • Docs improvements.
  • Small improvement for helping with tests.

[2.0.1] #

  • Breaking change: The id now must only be provided if it's necessary to differentiate constants.

[1.0.1] #

  • Docs improvement.
  • First publish to pub.dev.

[1.0.0] #

  • Initial Commit.
61
likes
150
pub points
90%
popularity

Publisher

verified publisherglasberg.dev

The themed package lets you define a theme with const values, and then, by using some dark Dart magic, go and change them dynamically anyway.

Repository (GitHub)
View/report issues

Topics

#theme #theming #ui #color #font

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on themed