From be97850a03976fd4e4097343cbabb1f062057356 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 382490fd..7b875fe1 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 ca9e6141..2b3acd75 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