| import 'package:farm_tpf/custom_model/CropPlot.dart'; | import 'package:farm_tpf/custom_model/CropPlot.dart'; | ||||
| import 'package:farm_tpf/data/repository/repository.dart'; | import 'package:farm_tpf/data/repository/repository.dart'; | ||||
| import 'package:farm_tpf/models/index.dart'; | |||||
| import 'package:farm_tpf/presentation/custom_widgets/bottom_loader.dart'; | import 'package:farm_tpf/presentation/custom_widgets/bottom_loader.dart'; | ||||
| import 'package:farm_tpf/presentation/custom_widgets/loading_list_page.dart'; | import 'package:farm_tpf/presentation/custom_widgets/loading_list_page.dart'; | ||||
| import 'package:farm_tpf/presentation/screens/actions/other/sc_edit_action_other.dart'; | import 'package:farm_tpf/presentation/screens/actions/other/sc_edit_action_other.dart'; | ||||
| return GestureDetector( | return GestureDetector( | ||||
| child: Card( | child: Card( | ||||
| child: ListTile( | child: ListTile( | ||||
| title: Text(item.activityTypeName), | |||||
| //TODO: Update actitivy name from Api | |||||
| title: Text(item.activityTypeName.toString()), | |||||
| subtitle: Text(item.executeDate.format_DDMMYY_HHmm()), | subtitle: Text(item.executeDate.format_DDMMYY_HHmm()), | ||||
| ), | ), | ||||
| ), | ), |