flutter_themed 1.1.0 copy "flutter_themed: ^1.1.0" to clipboard
flutter_themed: ^1.1.0 copied to clipboard

Theme switching for Flutter apps. Supports light, dark, and custom themes with optional persistence.

Changelog #

1.0.0 #

  • Initial version.

1.0.0+1 #

  • Updated documentation.

1.0.0+2 #

  • Updated documentation.

1.0.0+3 #

  • Improved package description for clarity.

1.1.0 #

Added #

  • isDarkMode — returns true if the built-in dark theme is active
  • isLightMode — returns true if the built-in light theme is active
  • isCustomTheme — returns true if a custom theme is currently active
  • isActiveCustomTheme(String name) — returns true if the specified custom theme is currently active

Changed #

  • toggleTheme now switches to the nearest built-in theme based on Brightness when a custom theme is active, instead of always defaulting to light
0
likes
160
points
117
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Theme switching for Flutter apps. Supports light, dark, and custom themes with optional persistence.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_themed