CSV import
This commit is contained in:
parent
99ed4be041
commit
bca390d2a9
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue