Sorting and removing duplicates of multi dimensional array flutter
Hello I am working on a project here I have a multidimensional array with name and votes this is the array [[[Avoos, 0]], [[Abhiram MS, 1]], [[Amritha tg, 0]], [[usha, 2]]] I get this from the server,the problem is every…