Skip to content

Commit

Permalink
🔖 release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Dec 31, 2023
1 parent c6003f6 commit 391e4e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.5.0

- Add support for dynamically changing `debugShowFloatingThemeButton` state using `AdaptiveTheme.of(context).setDebugShowFloatingThemeButton(bool)` method.
- Allow reading state of `debugShowFloatingThemeButton` using `AdaptiveTheme.of(context).debugShowFloatingThemeButton`.

# 3.4.1

- Fix readme example code.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: adaptive_theme
description: Allows to change between light and dark theme dynamically and add system adaptive theme support.
version: 3.4.1
version: 3.5.0
homepage: https://github.com/birjuvachhani/adaptive_theme

screenshots:
Expand Down

0 comments on commit 391e4e8

Please sign in to comment.