#2832 まで解決
This commit is contained in:
@ -109,7 +109,7 @@ class IndexPage extends GetView<IndexController> {
|
||||
return DropdownButton<String>(
|
||||
value: locationController.getSimulatedSignalStrength(),
|
||||
onChanged: (value) {
|
||||
debugPrint("DropDown changed!");
|
||||
//debugPrint("DropDown changed!");
|
||||
locationController.setSimulatedSignalStrength(value!);
|
||||
},
|
||||
items: ['low', 'medium', 'high', 'real']
|
||||
|
||||
Reference in New Issue
Block a user