This is a dart extension to convert any string into the desired case, be it sentence case, all capital case and title case. The extension is very simple and direct to use. The image below shows how it works.

image

You can also generate a random alphanumeric string with your desired length.

GitHub

View Github