remnove dev apps
This commit is contained in:
parent
fe1a79480e
commit
9b12ad70b9
1 changed files with 22 additions and 20 deletions
|
|
@ -128,6 +128,7 @@ class _MihPersonalHomeState extends State<MihPersonalHome> {
|
||||||
//=============== About MIH ===============
|
//=============== About MIH ===============
|
||||||
temp.add({"About MIH": AboutMihTile(packageSize: packageSize)});
|
temp.add({"About MIH": AboutMihTile(packageSize: packageSize)});
|
||||||
//=============== Dev ===============
|
//=============== Dev ===============
|
||||||
|
if (widget.isDevActive) {
|
||||||
temp.add({
|
temp.add({
|
||||||
"test": MihAppTile(
|
"test": MihAppTile(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
|
@ -149,6 +150,7 @@ class _MihPersonalHomeState extends State<MihPersonalHome> {
|
||||||
secondaryColor: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
secondaryColor: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
}
|
||||||
return temp;
|
return temp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue