how to select random element in dart from a list code example Example: flutter random pick in list var randomItem = (list..shuffle()).first;