Bejárás: pont színének megadása. Projekt export geopackage formátumban
This commit is contained in:
@@ -252,7 +252,9 @@ class _DrawerFooter extends StatelessWidget {
|
||||
FutureBuilder<PackageInfo>(
|
||||
future: PackageInfo.fromPlatform(),
|
||||
builder: (_, snap) => Text(
|
||||
snap.hasData ? 'v${snap.data!.version}' : '',
|
||||
snap.hasData
|
||||
? 'v${snap.data!.version}+${snap.data!.buildNumber}'
|
||||
: '',
|
||||
style: TextStyle(
|
||||
fontSize: 11,
|
||||
color: Colors.grey.shade500,
|
||||
|
||||
Reference in New Issue
Block a user