@@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
5
5
import 'package:http/http.dart' as http;
6
6
import 'package:shared_preferences/shared_preferences.dart' ;
7
7
8
- import 'Next .dart' ;
8
+ import 'one_player_page .dart' ;
9
9
10
10
String _email = '' ;
11
11
@@ -85,63 +85,8 @@ class Page11 extends StatelessWidget {
85
85
home: Scaffold (
86
86
backgroundColor: Color .fromRGBO (81 , 23 , 19 , 5 ),
87
87
body: SafeArea (
88
- // child: Column(
89
- // mainAxisAlignment: MainAxisAlignment.center,
90
- // children: <Widget>[
91
- // Image.asset('images/maingif.gif'),
92
- // Text('HANGMAN',
93
- // style: TextStyle(
94
- // fontFamily: 'Pacifico',
95
- // color: Colors.teal.shade50,
96
- // fontSize: 40,
97
- // fontWeight: FontWeight.bold)),
98
- // MaterialButton(
99
- // child: Text(
100
- // 'PLAY',
101
- // style: TextStyle(fontSize: 40, fontWeight: FontWeight.bold),
102
- // ),
103
- // textTheme: ButtonTextTheme.accent,
104
- // color: Colors.orange,
105
- // onPressed: () {
106
- // Navigator.of(context).push(_createRoute());
107
- // }),
108
- // Card(
109
- // margin: EdgeInsets.symmetric(vertical: 10.0, horizontal: 25.0),
110
- // color: Colors.white,
111
- // child: Padding(
112
- // padding: EdgeInsets.all(15),
113
- // child: Row(
114
- // children: <Widget>[
115
- // Icon(
116
- // Icons.email,
117
- // color: Colors.teal,
118
- // ),
119
- // SizedBox(width: 15.0),
120
- // Text(
121
-
122
- // style: TextStyle(
123
- // fontSize: 20.0,
124
- // fontFamily: 'Source Sans Pro',
125
- // color: Colors.teal),
126
- // )
127
- // ],
128
- // ),
129
- // ),
130
- // )
131
- // ],
132
- // ),
133
88
child: ListView (
134
89
children: < Widget > [
135
- // Max Size
136
- // Container(
137
- // height: 100,
138
- // color: Color.fromRGBO(90, 58, 29, 10),
139
- // margin: EdgeInsets.all(8.0),
140
- // child: Image.asset(
141
- // 'images/maingif.gif',
142
- // width: 300,
143
- // height: 280,
144
- // )),
145
90
Container (
146
91
height: 100 ,
147
92
color: Color .fromRGBO (90 , 58 , 29 , 10 ),
@@ -177,7 +122,7 @@ class Page11 extends StatelessWidget {
177
122
decoration: InputDecoration (
178
123
//Add th Hint text here.
179
124
180
- hintText: "Enter your name" ,
125
+ hintText: "Enter name" ,
181
126
hintStyle: TextStyle (
182
127
fontSize: 20.0 ,
183
128
color: Colors .white60,
0 commit comments