style_random 0.0.1+1 copy "style_random: ^0.0.1+1" to clipboard
style_random: ^0.0.1+1 copied to clipboard

Random string generator with easy syntax and many complex options. Specify random string by many options like length, ends etc.

example/style_random_example.dart

import 'package:style_random/style_random.dart';

void main() {
  var gen = RandomGenerator(
    "a[/l(3)A/l(2)#]{-}/l(11)",
  );

  print(gen.generateString()); //kalhlE6BUU-
  print(gen.generateString()); //vtbsnC4W6Z-
  print(gen.generateString()); //kekvaMPL3H-
  print(gen.generateString()); //fwubz27YCA-
  print(gen.generateString()); //oxkof7B7ZU-
  print(gen.generateString()); //mqcguUF9WO-
}
20
likes
150
points
2
downloads

Documentation

API reference

Publisher

verified publisherstyledart.dev

Weekly Downloads

Random string generator with easy syntax and many complex options. Specify random string by many options like length, ends etc.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

meta

More

Packages that depend on style_random