| 5729eb498eaeb9c64784fcfc80bbb33b | |||||
| dab672e712362fdbbfa98386624f95d6 |
| }); | }); | ||||
| _plant.suppliesUsing = newSups; | _plant.suppliesUsing = newSups; | ||||
| _plant.mediaDel = Get.find<ChangeFileController>().deleteFiles; | _plant.mediaDel = Get.find<ChangeFileController>().deleteFiles; | ||||
| print("plant: ${_plant.mediaDel[0]}"); | |||||
| var activityPlant = jsonEncode(_plant.toJson()).toString(); | var activityPlant = jsonEncode(_plant.toJson()).toString(); | ||||
| //ADD NEW | //ADD NEW | ||||
| if (_plant.activityId == null) { | if (_plant.activityId == null) { |
| Widget _typeWater() { | Widget _typeWater() { | ||||
| return GetBuilder<ChangeRadioButton>( | return GetBuilder<ChangeRadioButton>( | ||||
| builder: (value) { | builder: (value) { | ||||
| if (value._waterTypes.length > 0) { | |||||
| if (value._waterTypes != null) { | |||||
| return Container( | return Container( | ||||
| height: 150, | height: 150, | ||||
| child: ListView.builder( | child: ListView.builder( |