2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-07 02:27:23 +02:00

Merge branch 'krille/fix-theme' into 'main'

fix: Android theme is not auto updating when system theme changes

See merge request 
This commit is contained in:
Krille Fear 2022-04-08 08:43:42 +00:00
commit 1f8dd21b3a
2 changed files with 2 additions and 2 deletions

@ -21,7 +21,7 @@ packages:
name: adaptive_theme name: adaptive_theme
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.3.0" version: "2.3.1"
analyzer: analyzer:
dependency: transitive dependency: transitive
description: description:

@ -8,7 +8,7 @@ environment:
dependencies: dependencies:
adaptive_dialog: ^1.3.0 adaptive_dialog: ^1.3.0
adaptive_theme: ^2.3.0 adaptive_theme: ^2.3.1
animations: ^2.0.2 animations: ^2.0.2
blurhash_dart: ^1.1.0 blurhash_dart: ^1.1.0
cached_network_image: ^3.2.0 cached_network_image: ^3.2.0