Merge branch 'main' into Feature-Mzansi-AI-Ollama
This commit is contained in:
commit
3e8cb60dfd
13 changed files with 1129 additions and 0 deletions
|
|
@ -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: () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue