second commit

This commit is contained in:
2025-08-08 07:27:52 +02:00
parent 8b515a3c27
commit f7cebd9371
14 changed files with 138 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

BIN
lib/icons/kilometer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
lib/images/gasolineGuru.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

View File

@@ -235,8 +235,8 @@ class ProjectSection extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
child: Column(
children: [
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
Wrap(
alignment: WrapAlignment.spaceBetween,
children: [
ProjectRow(title: "Endpoint", value: projectInfo.endpoint),
ProjectRow(title: "Project ID", value: projectInfo.projectId),