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
140
pub points
57%
popularity

Publisher

verified publisherstyledart.dev

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

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

meta

More

Packages that depend on style_random