Skip to content

Commit

Permalink
🔖 Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jun 2, 2023
1 parent 776f8c2 commit 0414bd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.3.0

- Upgrade SDK constraints to Dart 3.0 and Flutter 3.10.0.
- Refactor deprecated api usages to new ones.
- Use `WidgetsBinding.instance.platformDispatcher` instead of `PlatformDispatcher.instance` since its recommended.

# 3.2.1

- Fix missing inherited widget for CupertinoAdaptiveTheme.
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.2.1
version: 3.3.0
homepage: https://github.com/birjuvachhani/adaptive_theme

screenshots:
Expand Down

0 comments on commit 0414bd6

Please sign in to comment.