From b87e5e7e15b40f445795ccc5e29c0a87e9b83091 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 8 Apr 2022 10:23:58 +0200 Subject: [PATCH] fix: Android theme is not auto updating when system theme changes --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 382490fd0..7b875fe17 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -21,7 +21,7 @@ packages: name: adaptive_theme url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.3.1" analyzer: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ca9e61413..2b3acd753 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: adaptive_dialog: ^1.3.0 - adaptive_theme: ^2.3.0 + adaptive_theme: ^2.3.1 animations: ^2.0.2 blurhash_dart: ^1.1.0 cached_network_image: ^3.2.0