Merge branch 'main' into Feature-Mzansi-AI-Ollama

This commit is contained in:
yaso-meth
2025-01-23 14:35:08 +02:00
committed by GitHub
13 changed files with 1129 additions and 0 deletions

View File

@@ -422,6 +422,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: () {