r_strings

A simple Dart/Flutter package for generating random or unique strings. This is useful for creating random IDs, tokens, or unique identifiers.

Features

  • Generate random strings with customizable lengths.
  • Generate unique strings based on timestamps and random suffixes.

Installation

Add this package to your pubspec.yaml:

dependencies:
  r_strings: ^0.0.1

Libraries

r_strings