pardeep kumar
Results
2
issues of
pardeep kumar
`fun insertDriverToMasterTable(driverList: ArrayList) { val entities = ArrayList() driverList.forEach { driver -> val entity = Driver_MasterEntity() entity.vehicleId = driver.trucknumber entity.driverId = driver.DRIVERID entity.driverName = driver.NAME entity.driverInactive = driver.driverinactive ?: false...
bug
I am using this plugin in Figma to generate Flutter code. The issue is that there are a lot necessary Row widgets are column widgets being generated by plugin the...