Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MobileEventLog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Data-Logistics-Support
MobileEventLog
Commits
5df46b18
Commit
5df46b18
authored
2 years ago
by
Maximilian Betz
Browse files
Options
Downloads
Patches
Plain Diff
only git has as version information currently
parent
51ea07b6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/configuration.dart
+1
-0
1 addition, 0 deletions
lib/configuration.dart
lib/overview.dart
+4
-5
4 additions, 5 deletions
lib/overview.dart
pubspec.yaml
+1
-2
1 addition, 2 deletions
pubspec.yaml
with
6 additions
and
7 deletions
lib/configuration.dart
+
1
−
0
View file @
5df46b18
...
...
@@ -262,5 +262,6 @@ class _MyHomePageState extends State<Configuration> {
}
//TODO: write configuration on app dispose!
//TODO: align bottom buttons nicely!
//TODO: add label prefix with appended upcounting number.
//TODO: grey out update button if nothing has changed. ?
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lib/overview.dart
+
4
−
5
View file @
5df46b18
...
...
@@ -7,8 +7,7 @@ class Overview extends StatelessWidget {
Widget
_buildPopupInfoDialog
(
BuildContext
context
)
{
return
AlertDialog
(
title:
const
Text
(
'Version 1.0.0'
),
title:
const
Text
(
'Information'
),
content:
Column
(
mainAxisSize:
MainAxisSize
.
min
,
crossAxisAlignment:
CrossAxisAlignment
.
center
,
...
...
@@ -16,11 +15,11 @@ class Overview extends StatelessWidget {
const
Icon
(
Icons
.
copyright_outlined
),
const
Text
(
'Alfred Wegener Institute'
),
const
Text
(
'Data-Logistics-Support'
),
const
SizedBox
(
height:
1
0
),
const
SizedBox
(
height:
1
5
),
const
Text
(
'Maximilian Betz'
),
const
SizedBox
(
height:
3
0
),
const
SizedBox
(
height:
0
),
const
Text
(
'o2a-support@awi.de'
),
const
SizedBox
(
height:
30
),
const
SizedBox
(
height:
15
),
Text
(
'Git-Commit-Hash: '
+
getGitHash
()),
],
),
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
2
View file @
5df46b18
...
...
@@ -72,8 +72,7 @@ flutter:
-
.git/HEAD
# This file points out the current branch of the project.
-
.git/ORIG_HEAD
# This file points to the commit id at origin (last commit id of the remote repository).
-
.git/refs/heads/main
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment