Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AppDeggendorf_Flutter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Chaitanya Mangra
AppDeggendorf_Flutter
Merge requests
!1
Profile benedikt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Profile benedikt
Profile_Benedikt
into
settings_Harald
Overview
1
Commits
5
Pipelines
0
Changes
1
Merged
Chaitanya Mangra
requested to merge
Profile_Benedikt
into
settings_Harald
2 years ago
Overview
1
Commits
5
Pipelines
0
Changes
1
Expand
Created by: BenediktSos
Profile Page
0
0
Merge request reports
Viewing commit
8beb9749
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8beb9749
.
· 8beb9749
benedikts
authored
2 years ago
lib/bottom_navigation_bar_buttons/profile/profile.dart
+
1
−
1
Options
@@ -59,7 +59,7 @@ class _ProfilePage extends State<Profile> {
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
[
ProfileEntry
(
category:
"Name"
,
description:
"
A v
ery long example Name"
),
category:
"Name"
,
description:
"
V
ery long example Name"
),
ProfileEntry
(
category:
"Age"
,
description:
"123"
),
ProfileEntry
(
category:
"Birthday"
,
description:
"30.02."
)
],
Loading