|
|
@ -112,6 +112,7 @@ class _SignUpPageState extends State<SignUpPage> {
|
|
|
|
|
|
|
|
|
|
|
|
),Padding(padding: EdgeInsets.fromLTRB(50, 0, 20, 0),
|
|
|
|
),Padding(padding: EdgeInsets.fromLTRB(50, 0, 20, 0),
|
|
|
|
child: TextField(
|
|
|
|
child: TextField(
|
|
|
|
|
|
|
|
obscureText: true,
|
|
|
|
decoration: InputDecoration(
|
|
|
|
decoration: InputDecoration(
|
|
|
|
border: InputBorder.none,
|
|
|
|
border: InputBorder.none,
|
|
|
|
),
|
|
|
|
),
|
|
|
@ -155,6 +156,7 @@ class _SignUpPageState extends State<SignUpPage> {
|
|
|
|
|
|
|
|
|
|
|
|
),Padding(padding: EdgeInsets.fromLTRB(50, 0, 20, 0),
|
|
|
|
),Padding(padding: EdgeInsets.fromLTRB(50, 0, 20, 0),
|
|
|
|
child: TextField(
|
|
|
|
child: TextField(
|
|
|
|
|
|
|
|
obscureText: true,
|
|
|
|
controller: passwordconfirm,
|
|
|
|
controller: passwordconfirm,
|
|
|
|
decoration: InputDecoration(
|
|
|
|
decoration: InputDecoration(
|
|
|
|
border: InputBorder.none,
|
|
|
|
border: InputBorder.none,
|
|
|
@ -272,7 +274,7 @@ class _SignUpPageState extends State<SignUpPage> {
|
|
|
|
Row(
|
|
|
|
Row(
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Text('Tu n’as déjà un compte?', style: TextStyle(color: Colors.white, fontWeight: FontWeight.normal, fontSize: 17)),
|
|
|
|
Text('Tu as déjà un compte?', style: TextStyle(color: Colors.white, fontWeight: FontWeight.normal, fontSize: 17)),
|
|
|
|
GestureDetector(
|
|
|
|
GestureDetector(
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
Navigator.of(context).push(
|
|
|
|
Navigator.of(context).push(
|
|
|
@ -290,15 +292,6 @@ class _SignUpPageState extends State<SignUpPage> {
|
|
|
|
SizedBox(height: 60,),
|
|
|
|
SizedBox(height: 60,),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Align(
|
|
|
|
|
|
|
|
alignment: Alignment.topRight,
|
|
|
|
|
|
|
|
child: Container(
|
|
|
|
|
|
|
|
padding: EdgeInsets.fromLTRB(0, 20, 20, 0),
|
|
|
|
|
|
|
|
child: Text("v1.0",
|
|
|
|
|
|
|
|
style: TextStyle(fontFamily: 'DMSans', color: Colors.white.withOpacity(0.5) ,fontSize: 17, fontWeight: FontWeight.w700),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|