0% found this document useful (0 votes)
13 views6 pages

Flutter Dicee App Code Example

The document contains a Flutter application code with multiple Scaffold widgets, each having an AppBar and a body. There are several syntax errors such as misspelled properties and incomplete method definitions. The main structure includes a MaterialApp with a centered column displaying a profile image and contact information.

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)
13 views6 pages

Flutter Dicee App Code Example

The document contains a Flutter application code with multiple Scaffold widgets, each having an AppBar and a body. There are several syntax errors such as misspelled properties and incomplete method definitions. The main structure includes a MaterialApp with a centered column displaying a profile image and contact information.

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';

Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
), Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
), Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
), Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
),

Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
),
Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
),

Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
Scaffold(
backgroundColor: [Link],
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: [Link],
),
bod(),
),
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 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
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