random_string 2.3.1 copy "random_string: ^2.3.1" to clipboard
random_string: ^2.3.1 copied to clipboard

Simple library for generating random ascii strings by default using Random from 'dart:math'.

Changelog #

2.3.1 #

  • Bump test dependency version

2.2.0-nullsafety #

  • Upgrade SDK environment to minimum >=2.12.0-0
  • Remove unnecessary or upgrade non-null-safe packages
  • Remove test dependent on dart_statistics

2.1.0 #

  • Fix error with randomBetween previously [min, max) to [min, max]
  • Added ProviderError to throw errors when Provider.nextDouble() is outside [0, 1)
  • Added randomBetween(min, max) range limitation 0 <= min <= max <= 999999999999999

2.0.1 #

  • Fix warnings per pana v0.13.2

2.0.0 #

  • Renamed Provider to AbstractRandomProvider
  • Renamed CoreProvider to CoreRandomProvider
  • Renamed DefaultProvider to DefaultRandomProvider

1.1.0 #

  • Enabled a custom provider with Random from 'dart:math' serving as default.

1.0.0 #

  • Added tests
  • Changed sdk environment to '>=2.1.0 <3.0.0'

0.0.2 #

  • Added Support for Dart 2
  • Fixed Error: The argument type 'dart.core::List

0.0.1 #

  • Initial version, created by Stagehand
  • Added randomBetween, randomString, randomNumeric, randomAlpha, randomAlphaNumeric, and randomMerge.
186
likes
160
points
1.33M
downloads

Publisher

unverified uploader

Weekly Downloads

Simple library for generating random ascii strings by default using Random from 'dart:math'.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on random_string