How to compare 2 arrays of different lengths and look for matching values – Flutter
I'm not sure if my strategy or logic is correct to achieve this, but I have 2 lists coming from 2 different jsondata mysql queries, let's say they look like this: List newsAgency = [{id: 1, name: 9news, image: x}…