Ajout parsing route
This commit is contained in:
@@ -90,7 +90,7 @@ class ShipPage extends StatelessWidget {
|
||||
Column(
|
||||
children:[
|
||||
Text('${ship.nav?.waypointSymbol ?? 'N/A'}'),
|
||||
Text('Asteroid Field'),
|
||||
Text('${ship.nav?.route?.destination?.type ?? 'N/A'}'),
|
||||
],
|
||||
),
|
||||
SizedBox(height: 32),
|
||||
|
||||
Reference in New Issue
Block a user