Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 7b6f20b

Browse files
committed
chore: essentials page header bar image
1 parent 59397bc commit 7b6f20b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
minSdk = 29
5656
targetSdk = 35
5757
versionCode = 16
58-
versionName = "2025.3.31+0"
58+
versionName = "2025.3.31+1"
5959
}
6060
//
6161
signingConfigs {

assets/icons/academia_ghibli.png

1.77 MB
Loading

lib/features/essentials/views/essentials_mobile_page.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ class _EssentialsMobilePageState extends State<EssentialsMobilePage> {
2525
floating: true,
2626
expandedHeight: 250,
2727
flexibleSpace: FlexibleSpaceBar(
28+
background: Image.asset(
29+
"assets/icons/academia_ghibli.png",
30+
fit: BoxFit.cover,
31+
),
2832
title: Text(
2933
"Essentials",
3034
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 2025.3.31+0
19+
version: 2025.3.31+1
2020

2121
environment:
2222
sdk: ^3.6.0-216.1.beta

0 commit comments

Comments
 (0)