feat: "New dashboard UI". (#3)

* feat: "New dashboard UI".

* fix: some improvenents

* fix: fix inconsistencies and light theme.

* fix: save patched and installed apps on prefs, improve installer log, improve dashboard with real data (wip)

Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>

* feat: move chips to a separate widget.

Co-authored-by: Alberto Ponces <ponces26@gmail.com>
This commit is contained in:
Aunali321 2022-08-16 18:36:56 +05:30 committed by GitHub
parent cd1610d847
commit 106d77ea0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 434 additions and 540 deletions

View file

@ -24,7 +24,7 @@ var lightTheme = ThemeData.light().copyWith(
padding: MaterialStateProperty.all<EdgeInsetsGeometry>(
const EdgeInsets.symmetric(
vertical: 8,
horizontal: 12,
horizontal: 14,
),
),
backgroundColor: MaterialStateProperty.all<Color>(
@ -70,7 +70,7 @@ var darkTheme = ThemeData.dark().copyWith(
),
),
colorScheme: const ColorScheme.dark(
primary: Color(0x1B222B6B),
primary: Color(0xff11161C),
secondary: Color(0xff7792BA),
tertiary: Color(0xff8691A0),
background: Color(0xff0A0D11),