skip to Main Content

How do i solve this RangeError in flutter?

Theres a funtion i wrote that uses switch below Widget buildVerdict(BuildContext context, bool firstGuessResult, bool? secondGuessResult, bool? thirdGuessResult) { switch (widget.noOfAttempts) { case 1: return firstGuessResult == true ? const Icon( Icons.check_box, color: Colors.green, ) : Container(); case 2: return…

VIEW QUESTION

how to get my javascript output in json format

success: true datatype: "string" timestamp: 09140820 registerId:123" value: "{"Relay Abc":"Off","Relay Bedf":"On","MP R31":0,"NM R2":-1,"SP R3":-1,"Current":0,"Voltage":0,"Voltage2":51}" deviceID: "5A6B3038-8FA0-43F8-A54B-BCE52902337C" tagName: "k_Test_02" deviceName: "abc_SERVER" image is the javascript code for the function node I want same output as shown just value data to be…

VIEW QUESTION
Back To Top
Search