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

100 Questions 2

The document contains a Flutter application code that sets up a basic UI with a blue background and a green AppBar titled 'Dicee'. It includes various UI elements such as text, cards for contact information, and icons, but has multiple syntax errors and incomplete code segments. The structure suggests it is intended to display a profile or contact information for a Flutter developer.

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

100 Questions 2

The document contains a Flutter application code that sets up a basic UI with a blue background and a green AppBar titled 'Dicee'. It includes various UI elements such as text, cards for contact information, and icons, but has multiple syntax errors and incomplete code segments. The structure suggests it is intended to display a profile or contact information for a Flutter developer.

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
You are on page 1/ 6

import 'package:flutter/material.

dart';

void main() {
runApp(MyApp());
}

Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),home: Scaffold(
backgroundColor: Colors.blue,
appBar Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),home: Scaffold(
backgroundColor: Colors.blue,
appBar Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),home: Scaffold(
backgroundColor: Colors.blue,
appBar

home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return
home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
);

home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
);
}sfsfs
spacing: home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
);
}sfsfs
spacing: home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
);
}sfsfs
spacing:
affold(
backgroulor: Colorsfsfs.teal,
body:feAr
child: Center(
child: Column(
mainAxisSize:ainAxisSize.min,
children: <Widget>[
sfsf
SizedB
home: Scox(height: 20.0),
Text(
'Angela Yu',
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'SixtyfourConvergence',
fontSize: 20.0,
color: Colors.green,
fontWeight: FontWeight.bold,
),
),
Text(
'FLUTTER DEVELOPER',
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'Source Code Pro',
fontSize: 20.0,
color: Colors.teal[100],
letterSpacing: 2.5,
fontWeight: FontWeight.bold,
),
),
Card(
color: Colors.white,
margin: EdgeInsets.symmetric(
vertical: 10.0, horizontal:
25.0),
child: Padding(
padding: EdgeInsets.all(15.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',
),
)
],
),
)),
Card(
color: Colors.white,
margin: EdgeInsets.symmetric(
vertical: 10.0, horizontal:
25.0),
child: Padding(
padding: EdgeInsets.all(15.0),
child: Row(
children: <Widget>[
Icon(
Icons.email,
size: 40.0,
),
SizedBox(width: 40.0),
Text(
"Email:
[email protected]",
style: TextStyle(
fontSize: 15,
fontFamily: 'Source Code
Pro',
),
)
],
),
))
],
),
))));
}
}

You might also like