Ajout parsing route

This commit is contained in:
Gabriel
2023-06-05 11:24:15 +02:00
parent 77451787f5
commit 314874a142
2 changed files with 42 additions and 3 deletions

View File

@@ -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),