upgrade flutter
This commit is contained in:
@@ -178,11 +178,13 @@ class _ProfileState extends State<Profile> {
|
||||
iconData: Icons.email_outlined,
|
||||
),
|
||||
),
|
||||
IconButton(icon: Icon(Icons.edit, color: Colors.grey), onPressed: () {
|
||||
Navigator.of(context, rootNavigator: true).push(
|
||||
IconButton(
|
||||
icon: Icon(Icons.edit, color: Colors.grey),
|
||||
onPressed: () {
|
||||
Navigator.of(context, rootNavigator: true).push(
|
||||
CupertinoPageRoute(
|
||||
builder: (context) => AddRecoveryEmail(user: user)));
|
||||
})
|
||||
})
|
||||
],
|
||||
);
|
||||
return LocalProgress(
|
||||
@@ -275,13 +277,13 @@ class _ProfileState extends State<Profile> {
|
||||
children: [
|
||||
isEng
|
||||
? Image.asset(
|
||||
'icons/flags/png/us.png',
|
||||
'icons/flags/png100px/us.png',
|
||||
package: 'country_icons',
|
||||
fit: BoxFit.fitWidth,
|
||||
width: 25,
|
||||
)
|
||||
: Image.asset(
|
||||
'icons/flags/png/mm.png',
|
||||
'icons/flags/png100px/mm.png',
|
||||
package: 'country_icons',
|
||||
fit: BoxFit.fitWidth,
|
||||
width: 25,
|
||||
|
||||
Reference in New Issue
Block a user