merge conflect

logut
hussam al-habibeh 6 years ago
parent 9006dbd25c
commit b814562495

@ -96,14 +96,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
Padding(
padding: EdgeInsets.symmetric(horizontal: 10.0),
child: Container(
height: MediaQuery
.of(context)
.size
.height * 0.16,
width: MediaQuery
.of(context)
.size
.width * 0.44,
height: MediaQuery.of(context).size.height * 0.16,
width: MediaQuery.of(context).size.width * 0.44,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(15.0),
gradient: LinearGradient(
@ -153,15 +147,11 @@ class _DashboardScreenState extends State<DashboardScreen> {
children: <Widget>[
Image.asset(
'assets/images/closed_box.png',
height: MediaQuery
.of(context)
.size
.height *
height:
MediaQuery.of(context).size.height *
0.10,
width: MediaQuery
.of(context)
.size
.width *
width:
MediaQuery.of(context).size.width *
0.20,
scale: 0.9,
fit: BoxFit.contain,
@ -184,10 +174,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
padding: EdgeInsets.symmetric(horizontal: 10.0),
child: Container(
height: MediaQuery.of(context).size.height * 0.16,
width: MediaQuery
.of(context)
.size
.width * 0.45,
width: MediaQuery.of(context).size.width * 0.45,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(15.0),
gradient: LinearGradient(
@ -206,12 +193,14 @@ class _DashboardScreenState extends State<DashboardScreen> {
Text(
'You Have',
style: TextStyle(
color: Colors.white, fontSize: 10.0),
color: Colors.white,
fontSize: 10.0),
),
Text(
'25',
style: TextStyle(
color: Colors.white, fontSize: 25.0),
color: Colors.white,
fontSize: 25.0),
),
Text(
'Succesful\nDeliveries',
@ -265,14 +254,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
Expanded(
child: InkWell(
child: Container(
height: MediaQuery
.of(context)
.size
.height * 0.18,
width: MediaQuery
.of(context)
.size
.width * 0.50,
height: MediaQuery.of(context).size.height * 0.18,
width: MediaQuery.of(context).size.width * 0.50,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(15.0),
gradient: LinearGradient(colors: [
@ -288,15 +271,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
Image.asset(
'assets/images/qr_code.png',
width:
MediaQuery
.of(context)
.size
.width * 0.26,
MediaQuery.of(context).size.width * 0.26,
height:
MediaQuery
.of(context)
.size
.height * 0.14,
MediaQuery.of(context).size.height * 0.14,
fit: BoxFit.contain,
)
],
@ -399,7 +376,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
padding: EdgeInsets.symmetric(horizontal: 12.2),
child: InkWell(
child: RoundedContainer(
raduis: 25.0,height: MediaQuery.of(context).size.height * 0.109,
raduis: 25.0,
height: MediaQuery.of(context).size.height * 0.109,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
@ -451,8 +429,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
Expanded(
child: Text(
'Olaya ST, Behind kfc next to king , ',
style:
TextStyle(color: Color(0xff636363)),
style: TextStyle(
color: Color(0xff636363)),
),
),
],

Loading…
Cancel
Save