Added nullrhi option

This commit is contained in:
Alessandro Autiero
2022-09-27 22:00:31 +02:00
parent 52af8ac646
commit 908936c76c
12 changed files with 226 additions and 42 deletions

View File

@@ -31,7 +31,7 @@ class InfoPage extends StatelessWidget {
),
const Expanded(
child: Align(
alignment: Alignment.bottomLeft, child: Text("Version 3.6${kDebugMode ? '-DEBUG' : ''}")))
alignment: Alignment.bottomLeft, child: Text("Version 3.7${kDebugMode ? '-DEBUG' : ''}")))
],
);
}