fix
This commit is contained in:
parent
504bd0e703
commit
eda175cf1d
5 changed files with 20 additions and 218 deletions
|
|
@ -84,6 +84,12 @@ class MyTheme {
|
|||
}
|
||||
} else if (kIsWeb) {
|
||||
return "Web";
|
||||
} else if (!kIsWeb) {
|
||||
if (platform == TargetPlatform.android) {
|
||||
return "Android";
|
||||
} else if (platform == TargetPlatform.iOS) {
|
||||
return "iOS";
|
||||
}
|
||||
}
|
||||
return "Other";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue