add text with version number.
This commit is contained in:
@@ -625,6 +625,13 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
fontSize: 30,
|
fontSize: 30,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Text(
|
||||||
|
"Version: ${MzanziInnovationHub.of(context)!.theme.getLatestVersion()}",
|
||||||
|
style: const TextStyle(
|
||||||
|
fontWeight: FontWeight.normal,
|
||||||
|
fontSize: 15,
|
||||||
|
),
|
||||||
|
),
|
||||||
const Padding(
|
const Padding(
|
||||||
padding: EdgeInsets.symmetric(vertical: 10.0),
|
padding: EdgeInsets.symmetric(vertical: 10.0),
|
||||||
child: Divider(),
|
child: Divider(),
|
||||||
|
|||||||
Reference in New Issue
Block a user