0.6.2 - Spotify albums/tracks, album art gradient, languages, minor fixes

This commit is contained in:
exttex 2020-11-09 22:05:47 +01:00
parent f877aa9d7b
commit e9d97986b5
17 changed files with 497 additions and 221 deletions

View file

@ -73,6 +73,8 @@ class Settings {
Themes theme;
@JsonKey(defaultValue: false)
bool useSystemTheme;
@JsonKey(defaultValue: true)
bool colorGradientBackground;
//Colors
@JsonKey(toJson: _colorToJson, fromJson: _colorFromJson)
@ -95,6 +97,13 @@ class Settings {
@JsonKey(defaultValue: null)
String proxyAddress;
//LastFM
@JsonKey(defaultValue: null)
String lastFMUsername;
@JsonKey(defaultValue: null)
String lastFMPassword;
Settings({this.downloadPath, this.arl});
ThemeData get themeData {