Changed version text
This commit is contained in:
@@ -91,7 +91,7 @@ class InformationView extends StatelessWidget {
|
|||||||
builder: (context, snapshot) {
|
builder: (context, snapshot) {
|
||||||
if (snapshot.hasData) {
|
if (snapshot.hasData) {
|
||||||
return Text(
|
return Text(
|
||||||
'App-Version ${snapshot.data!.version} '
|
'Alpha ${snapshot.data!.version} '
|
||||||
'(Build ${snapshot.data!.buildNumber})',
|
'(Build ${snapshot.data!.buildNumber})',
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user