0% found this document useful (0 votes)
9 views3 pages

100 Questions

The document contains a Flutter application code that defines a simple user interface with a profile display. It includes a main app class, 'MyApp', which sets up a Scaffold with an AppBar and a SafeArea containing text and contact information. There are several coding errors and typos present in the code, such as 'itle' instead of 'title' and 'backgroundColsfsfsor' instead of 'backgroundColor'.

Uploaded by

Jesais Chourasia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

100 Questions

The document contains a Flutter application code that defines a simple user interface with a profile display. It includes a main app class, 'MyApp', which sets up a Scaffold with an AppBar and a SafeArea containing text and contact information. There are several coding errors and typos present in the code, such as 'itle' instead of 'title' and 'backgroundColsfsfsor' instead of 'backgroundColor'.

Uploaded by

Jesais Chourasia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd

import 'package:flutter/material.

dart';

void main() {
runApp(MyApp());
}
home: Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
),
); home: Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
),home: Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
),
); home: Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
),
class MyApp extends StatelessWidget {
@overe
Wi
return MaterialApp(
home: Scaffold(
backgroundCol: [Link],
body: SafeArea(
child: Center(
child: Column(
mainAxisSize: [Link],

backgroundImage:
AssetImage('images/[Link]'),
),
SizedBox(height: 20.0),
Text(
'Angela Yu',
textAlign: [Link],
style: TextStyle(
fontFamily: 'SixtyfourConvergence',
fontSize: 20.0,
color: [Link],
fontWeight: [Link],
),
),
Text(
'FLUTTER DEVELOPER',
textAlign: [Link],
style: TextStyle(
fontFamily: 'Source Code Pro',
fontSize: 20.0,
color: [Link][100],
letterSpacing: 2.5,
fontWeight: [Link],
),
),
Container(
padding: [Link](10.0),
color: [Link],
margin: [Link](
vertical: 10.0, horizontal:
25.0),
child: Row(
children: <Widget>[
Icon(
Icons.add_shopping_cart,
size: 40.0,
),
SizedBox(width: 40.0),
Text(
"Tel: +918892979221",
style: TextStyle(
fontSize: 20,
fontFamily: 'Source Code
Pro',
),
)
],
)),
Container(
padding: [Link](10.0),
color: [Link],
margin: [Link](
vertical: 10.0, horizontal:
25.0),
child: Row(
children: <Widget>[
Icon(
[Link],
size: 40.0,
),
SizedBox(width: 40.0),
Text(
"Email:
avecutsav6@[Link]",
style: TextStyle(
fontSize: 15,
fontFamily: 'Source Code
Pro',
),
)
],
))
],
),
))));
}
}

You might also like