From f7985516c1dca8d867a1d826eefb4bdb2a6e3726 Mon Sep 17 00:00:00 2001 From: DattatreyaReddy Panta <58727124+DattatreyaReddy@users.noreply.github.com> Date: Sun, 8 May 2022 10:45:17 +0530 Subject: [PATCH] version bump to 0.2.2 & material you (#71) --- lib/main.dart | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 3e6ad200..87b3933a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -24,12 +24,14 @@ void main() async { iconTheme: IconThemeData( color: ColorScheme.light().primary, ), + useMaterial3: true, ), darkTheme: ThemeData( colorScheme: ColorScheme.dark(), iconTheme: IconThemeData( color: ColorScheme.dark().primary, ), + useMaterial3: true, ), themeMode: controller.theme, debugShowCheckedModeBanner: false, diff --git a/pubspec.yaml b/pubspec.yaml index 76239bea..64903a50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: tachidesk_sorayomi -version: 0.2.1+1 +version: 0.2.2+1 publish_to: none description: A new Flutter frontend for Tachidesk. environment: