LostEvent wurde geupdated. Reduziert und verkleinert. Passt nun.

This commit is contained in:
Niklas 2024-11-01 23:56:20 +01:00
parent 355527091e
commit 935ff8873d
2 changed files with 94 additions and 108 deletions

View File

@ -105,7 +105,6 @@
390A033479809AC3CA709DD3 /* Pods-RunnerTests.release.xcconfig */,
6C29745E7C1CBF0B49154DF6 /* Pods-RunnerTests.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
@ -469,6 +468,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 4WCLVB4RXG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@ -647,6 +647,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 4WCLVB4RXG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@ -669,6 +670,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 4WCLVB4RXG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (

View File

@ -1560,120 +1560,104 @@ class LostEvents extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
child: Column(
children: [
Container(
width: 350,
height: 148,
child: Stack(
children: [
Positioned(
left: 0,
top: 0,
child: Container(
width: 350,
height: 148,
decoration: ShapeDecoration(
color: Colors.white,
shape: RoundedRectangleBorder(
side: BorderSide(width: 2),
borderRadius: BorderRadius.circular(8),
),
shadows: [
BoxShadow(
color: Color(0xFF000000),
blurRadius: 0,
offset: Offset(0, 10),
spreadRadius: 0,
)
],
),
),
),
Positioned(
left: 18,
top: 15,
child: Text(
'Ein Event fehlt euch hier?',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 18,
fontFamily: 'Inter',
fontWeight: FontWeight.w800,
height: 0,
),
),
),
Positioned(
left: 19,
top: 44,
child: SizedBox(
width: 317,
child: Text.rich(
TextSpan(
children: [
TextSpan(
text: 'Sendet uns ein Foto vom Event ',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 16,
fontFamily: 'Inter',
fontWeight: FontWeight.w400,
height: 0,
),
),
TextSpan(
text: 'oder',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 16,
fontFamily: 'Inter',
fontWeight: FontWeight.w700,
height: 0,
),
),
TextSpan(
text:
' werdet Host und stellt eure Events bei uns rein. ',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 16,
fontFamily: 'Inter',
fontWeight: FontWeight.w400,
height: 0,
),
),
],
),
),
),
),
Positioned(
left: 247,
top: 116,
child: Text(
'Infos hier',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 18,
fontFamily: 'Inter',
fontWeight: FontWeight.w800,
height: 0.07,
),
),
),
],
),
width: 350,
//height: 148,
padding: EdgeInsets.all(15.0),
decoration: ShapeDecoration(
color: Colors.white,
shape: RoundedRectangleBorder(
side: BorderSide(width: 2),
borderRadius: BorderRadius.circular(8),
),
],
));
shadows: [
BoxShadow(
color: Color(0xFF000000),
blurRadius: 0,
offset: Offset(0, 10),
spreadRadius: 0,
)
],
),
child: Column(
children: [
Align(
alignment: Alignment.centerLeft,
child: Text(
'Ein Event fehlt euch hier?',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 18,
fontFamily: 'Inter',
fontWeight: FontWeight.w800,
height: 0,
),
),
),
const SizedBox(height: 10),
SizedBox(
width: 317,
child: Text.rich(
TextSpan(
children: [
TextSpan(
text: 'Sendet uns ein Foto vom Event ',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 16,
fontFamily: 'Inter',
fontWeight: FontWeight.w400,
height: 0,
),
),
TextSpan(
text: 'oder',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 16,
fontFamily: 'Inter',
fontWeight: FontWeight.w700,
height: 0,
),
),
TextSpan(
text:
' werdet Host und stellt eure Events bei uns rein. ',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 16,
fontFamily: 'Inter',
fontWeight: FontWeight.w400,
height: 0,
),
),
],
),
),
),
const SizedBox(height: 15),
Align(
alignment: Alignment.centerRight,
child: Text(
'Infos hier',
style: TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 18,
fontFamily: 'Inter',
fontWeight: FontWeight.w800,
height: 0.07,
),
),
),
],
),
);
}
}
class Footer extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Expanded(
return Container(
child: Container(
width: double.infinity,
//height: 90,