Create test of Package template

This commit is contained in:
2025-01-23 14:24:55 +02:00
parent c1c0f17bee
commit af3b3b3e99
3 changed files with 370 additions and 0 deletions

View File

@@ -421,6 +421,30 @@ class _MIHHomeState extends State<MIHHome> {
void setAppsDev(List<MIHTile> tileList) {
if (AppEnviroment.getEnv() == "Dev") {
tileList.add(MIHTile(
videoID: "",
onTap: () {
Navigator.of(context).pushNamed(
'/package-dev',
//arguments: widget.signedInUser,
);
},
tileName: "Package - Dev",
tileIcon: Center(
child: Icon(
Icons.warning,
color: getSec(),
size: 230,
),
),
// Icon(
// Icons.info_outline,
// color: getSec(),
// size: 230,
// ),
p: getPrim(),
s: getSec(),
));
tileList.add(MIHTile(
videoID: "",
onTap: () {