'Dans une blockchain, pas de procédure de récupération par mail. Seule votre phrase de restauration peut vous permettre de récupérer vos Ğ1 à tout moment.'),
_buildImage('mot-de-passe-oublie.png')
],
),
decoration:pageDecoration,
),
PageViewModel(
title:'',
body:'',
footer:Column(
children:[
_buildText(
'Il est temps de vous munir d’un d’un papier et d’un crayon afin de pouvoir noter votre phrase de restauration.'),
_buildImage('gecko-oublie-aussi.png')
],
),
decoration:pageDecoration,
),
PageViewModel(
title:'',
body:'',
footer:Column(
children:[
_buildText(
'Gecko a généré votre phrase de restauration ! Tâchez de la garder bien secrète, car elle permet à quiconque la connaît d’accéder à tous vos portefeuilles.'),
constSizedBox(height:40),
sentanceArray(context),
constSizedBox(height:20),
GestureDetector(
onTap:(){
Navigator.push(
context,
MaterialPageRoute(builder:(context){
returnPrintWallet(
_generateWalletProvider.generatedMnemonic);
}),
);
},
child:Image.asset(
'assets/printer.png',
height:35,
),
),
constSizedBox(height:40),
// const Spacer(),
SizedBox(
width:400,
height:62,
child:ElevatedButton(
key:constKey('generateMnemonic'),
style:ElevatedButton.styleFrom(
elevation:5,
primary:constColor(0xffFFD58D),
onPrimary:Colors.black,// foreground
),
onPressed:(){
_generateWalletProvider.reloadBuild();
// setState(() {});
},
child:constText("Choisir une autre phrase",
style:TextStyle(
fontSize:21,fontWeight:FontWeight.w600))),
),
// const Spacer(),
],
),
decoration:pageDecoration,
),
PageViewModel(
title:'',
body:'',
footer:Column(
children:[
_buildText(
'Gecko fabrique votre portefeuille à partir d’une phrase de restauration. Elle un peu le comme un plan qui permet de construire votre portefeuille.'),
_buildImage('fabrication-de-portefeuille.png'),
constSizedBox(height:25),
],
),
decoration:pageDecoration,
),
// PageViewModel(
// title: "Another title page",
// body: "Another beautiful body text for this example onboarding",