faker 2.0.0-rc.2 copy "faker: ^2.0.0-rc.2" to clipboard
faker: ^2.0.0-rc.2 copied to clipboard

outdated

A library for generating fake data. faker is heavily inspired by the Python package faker and, the Ruby package ffaker.

Changelog #

2.0.0-rc.2 #

2.0.0-rc.1 #

1.3.0 #

faker.internet.userAgent();
faker.internet.userAgent(osName:'iOS');
faker.image.image(width: 1200, height: 900, keywords: 'nature,people');

1.2.1 #

1.2.0 #

1.1.0 #

  • Added lorem sentences and words
  • Added continents
  • Added generics to randomGenerator.element()

1.0.0 #

  • Make faker compatible with Dart 2.0.

0.0.5 #

  • fix: Remove illegal chars from generated domain words

0.0.4 #

  • Added food generator, includes restaurants, dishes and cuisines

0.0.3 #

  • fix: Type faker constant to Faker

0.0.2 #

  • Added support for guids
  • Added fromPatternToHex method that generates a random set of numbers from a given pattern and return it as hex

0.0.1 #

  • Initial release
754
likes
0
pub points
98%
popularity

Publisher

unverified uploader

A library for generating fake data. faker is heavily inspired by the Python package faker and, the Ruby package ffaker.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto

More

Packages that depend on faker