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 9b6b01b commit e7397c5Copy full SHA for e7397c5
lib/src/form_builder_file_picker.dart
@@ -237,7 +237,7 @@ class _FormBuilderFilePickerState
237
width: double.infinity,
238
color: Colors.white.withOpacity(.8),
239
child: Text(
240
- files[index].name,
+ '${files[index].name ?? files[index].path}',
241
style: theme.textTheme.caption,
242
maxLines: 2,
243
overflow: TextOverflow.clip,
0 commit comments