pass a List to a QR generator pass a List to a QR generator dart dart

pass a List to a QR generator


Use Iterable.Join() to join your list of strings into a single string, using a suitable separator like the pipe (|) symbol:

Handle the case where somebody types the | character into the TextField.

The code that reads the QR code can use String.split() to split the string into a list of strings again.