I want to generate very short unique iD in my apps for sharing stuff between users and i don't want theses codes to be too long or too complicated.
I found shortid 0.1.1 (https://pub.dev/packages/shortid) but it seems to be deprecate and not maintained.
Also found shortuuid that can do the trick but a bit long (https://pub.dev/packages/shortuuid) i will take this option if no one can find a better one.
Looking for something like this
print(shortid.generate());
// PPBqWA9
EDIT : This is what i need : https://pub.dev/packages/nanoid