I want to create a function that generates a random string in dart. It should include alphabets and numbers all mixed together. How can I do that?
I would try this package: https://pub.dev/packages/random_string
Haven't used it myself but seems to meet your needs.
It currently has a 99 rating so it should be good.