We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394dd8d commit 921b278Copy full SHA for 921b278
packages/go_router_builder/example/lib/main.dart
@@ -225,8 +225,7 @@ class PersonScreen extends StatelessWidget {
225
in person.details.entries)
226
ListTile(
227
title: Text(
228
- // TODO(kevmoo): replace `split` with `name` when min SDK is 2.15
229
- '${entry.key.toString().split('.').last} - ${entry.value}',
+ '${entry.key.name} - ${entry.value}',
230
),
231
trailing: OutlinedButton(
232
onPressed: () => PersonDetailsRoute(
0 commit comments