Merge pull request #138 from yaso-meth/QOL--MIH-Version-number
QOL--MIH-Version-number
This commit is contained in:
commit
b8daea00cf
2 changed files with 12 additions and 0 deletions
|
|
@ -625,6 +625,13 @@ class _MihInfoState extends State<MihInfo> {
|
|||
fontSize: 30,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
"MIH App Version: ${MzanziInnovationHub.of(context)!.theme.getLatestVersion()}",
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.normal,
|
||||
fontSize: 15,
|
||||
),
|
||||
),
|
||||
const Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 10.0),
|
||||
child: Divider(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue