Skip to content

Releases: bdlukaa/system_theme

Reactive macOS accent colors & auto-generated variants for all platforms!

31 Dec 18:10
8442ff2

Choose a tag to compare

  • feat: Reactive theming for macOS (#45)
  • chore: Migrate iOS and macOS to Swift Package Manager. (#46, #45)
  • feat: Automatically adjust lightness if the platform doesn't support it natively. (#46)
    This is enabled by default. You can disable it by setting SystemTheme.autoAdjustLightness to false.

v3.1.2

04 Oct 14:16

Choose a tag to compare

What's Changed

  • fix: add target java version to avoid compile error by @elbriant in #39

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

19 Sep 16:21

Choose a tag to compare

What's Changed

  • Fix failure related to namespace when upgrading to AGP 8 and newer by @validcube in #35 - #36

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

19 Sep 16:21

Choose a tag to compare

Full Changelog: v3.0.0...v3.1.0

  • Migrate to package:web over dart:html on web to enable WASM compatibility
  • Support RGBA colors on web (#31)
  • Use compileSdkVersion version 31 on Android (#34)

v3.0.0

04 Jul 01:46

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

v2.3.0

08 Jul 17:02

Choose a tag to compare

system-theme-reactive-listener-showcase.mp4

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.3.0

v2.0.0

03 Apr 19:37

Choose a tag to compare

  • BREAKING darkMode was renamed to isDarkMode, and it's now sync
  • BREAKING accentInstance was renamed to accentColor
  • SystemAccentColor is now an extension of Color