How to compare existing list with list from user? using dart and flutter
I want the user input to compare with each list (normalList, protanList,deutanList, tritanList) so, assuming if the the user input is 1 - 15 correctly, and the output will be "Normal" if the user input is [15,14,1,2,13,12,3,4,11,10,5,6,9,8,7] ,the output will…