Fix appbar color

This commit is contained in:
poka 2021-11-06 20:19:27 +01:00
parent 574cb50f82
commit e14f55746e
4 changed files with 5 additions and 10 deletions

View File

@ -29,15 +29,6 @@
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<!-- Displays an Android View that continues showing the launch screen
Drawable until Flutter paints its first frame, then this splash
screen fades out. A splash screen is useful to avoid any visual
gap between the end of Android's launch screen and the painting of
Flutter's first frame. -->
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>

View File

@ -147,6 +147,10 @@ class Gecko extends StatelessWidget {
background: Container(color: Color(0xFFF5F5F5))),
title: 'Ğecko',
theme: ThemeData(
appBarTheme: AppBarTheme(
color: const Color(0xffFFD58D),
foregroundColor: const Color(0xFF000000),
),
primaryColor: Color(0xffFFD58D),
textTheme: TextTheme(
bodyText1: TextStyle(),

View File

@ -36,7 +36,7 @@ dependencies:
pdf: ^3.5.0
permission_handler: 8.1.6
pin_code_fields: ^6.0.2
printing: ^5.5.0
printing: ^5.6.0
provider: ^6.0.0
qrscan: ^0.3.2
responsive_builder: ^0.4.1