system_theme Changelog

What's new in system_theme 2.3.0

Jul 9, 2023
  • What's Changed:
  • Support for macOS and linux by @davidskelly in #11
  • Workflow patch by @bdlukaa in #15
  • set kotlin-version to 1.5.20 by @bdlukaa in #17
  • Remove dark mode by @bdlukaa in #24
  • Prevent app breaks on loading accent color failed. by @kj415j45 in #19
  • Update tutorial in README by @kj415j45 in #20
  • React to changes in the accent color by @pgiacomo69 in #7
  • Added TargetPlatform.supportsAccentColor helper by @ricardoboss in #26

New in system_theme 2.0.0 (Jul 9, 2023)

  • What's Changed:
  • Support for macOS and linux by @davidskelly in #11
  • Workflow patch by @bdlukaa in #15
  • set kotlin-version to 1.5.20 by @bdlukaa in #17
  • Remove dark mode by @bdlukaa in #24
  • Prevent app breaks on loading accent color failed. by @kj415j45 in #19
  • Update tutorial in README by @kj415j45 in #20
  • React to changes in the accent color by @pgiacomo69 in #7
  • Added TargetPlatform.supportsAccentColor helper by @ricardoboss in #26

New in system_theme 2.0.0 (Jun 16, 2023)

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