Skip to content

Commit e30f7ff

Browse files
author
Dang
committed
update build
1 parent 1e29c77 commit e30f7ff

File tree

74 files changed

+413
-297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+413
-297
lines changed

e_shoppe/analysis_options.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,5 @@ linter:
2626
prefer_const_literals_to_create_immutables: true
2727
always_use_package_imports: true
2828

29-
# Downgrade noisy lints to allow CI to pass. Remove later when fixed.
30-
analyzer:
31-
errors:
32-
use_build_context_synchronously: ignore
33-
use_super_parameters: ignore
34-
prefer_const_constructors: ignore
35-
prefer_const_literals_to_create_immutables: ignore
36-
deprecated_member_use: ignore
37-
3829
# Additional information about this file can be found at
3930
# https://dart.dev/guides/language/analysis-options
6.72 KB
Loading
3.65 KB
Loading
69 Bytes
Loading
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Modify this file to customize your launch splash screen -->
32
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4-
<item android:drawable="?android:colorBackground" />
5-
6-
<!-- You can insert your own image assets here -->
7-
<!-- <item>
8-
<bitmap
9-
android:gravity="center"
10-
android:src="@mipmap/launch_image" />
11-
</item> -->
3+
<item>
4+
<bitmap android:gravity="fill" android:src="@drawable/background"/>
5+
</item>
6+
<item>
7+
<bitmap android:gravity="center" android:src="@drawable/splash"/>
8+
</item>
129
</layer-list>
10.5 KB
Loading
20 KB
Loading
31 KB
Loading
69 Bytes
Loading
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Modify this file to customize your launch splash screen -->
32
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4-
<item android:drawable="@android:color/white" />
5-
6-
<!-- You can insert your own image assets here -->
7-
<!-- <item>
8-
<bitmap
9-
android:gravity="center"
10-
android:src="@mipmap/launch_image" />
11-
</item> -->
3+
<item>
4+
<bitmap android:gravity="fill" android:src="@drawable/background"/>
5+
</item>
6+
<item>
7+
<bitmap android:gravity="center" android:src="@drawable/splash"/>
8+
</item>
129
</layer-list>

0 commit comments

Comments
 (0)