CSV import

This commit is contained in:
Hillel Coren 2020-12-14 10:02:23 +02:00
parent 99ed4be041
commit bca390d2a9
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ class __FileMapperState extends State<_FileMapper> {
onChanged: (value) => onChanged: (value) =>
setState(() => _useFirstRowAsHeaders = value), setState(() => _useFirstRowAsHeaders = value),
), ),
SizedBox(height: 20), SizedBox(height: 25),
for (var i = 0; i < response.fields1.length; i++) for (var i = 0; i < response.fields1.length; i++)
_FieldMapper( _FieldMapper(
field1: response.fields1[i], field1: response.fields1[i],
@ -269,7 +269,7 @@ class __FileMapperState extends State<_FileMapper> {
}); });
}, },
), ),
SizedBox(height: 20), SizedBox(height: 25),
Row( Row(
children: [ children: [
Expanded( Expanded(