- Add
rgbColor
method to colors faker. PR #72
faker.colors.rgbColor();
faker.colors.rgbColor(prefix: '0x');
faker.colors.rgbColor(casing: Casing.upper);
faker.colors.rgbColor(format: Format.css);
faker.colors.rgbColor(includeAlpha: true);
- Add Japanese phone number support. PR #73
- Move image from Unsplash to Lorem Picsum. PR #74
- Fix safe email method by removing apostrophe. PR #70
faker.geo.latitude();
faker.geo.longitude();
- Add german phone numbers. PR #60
faker.date.dateTimeBetween(DateTime(2017, 9, 7), DateTime(2020, 9, 7));
- Add colors faker. As well as
vehicle.colorYearMakeModel
. PR #50
// Generates a color name.
faker.colors.color();
// Generates a color name from a smaller list of colors.
faker.colors.commonColor();
/// Generates a random vehicle's year, make, and model with a prefixed color.
faker.vehicle.colorYearMakeModel();
- Add lints & Upgrade min dart sdk and dependencies. PR #64
- RC to stable
- Add vehicles. PR #44
- fix: Added a generic type parameter to faker.randomGenerator.amount(). Issue #45, PR #46
faker.internet.userAgent();
faker.internet.userAgent(osName:'iOS');
faker.image.image(width: 1200, height: 900, keywords: 'nature,people');
- Added lorem sentences and words
- Added continents
- Added generics to
randomGenerator.element()
- Make faker compatible with Dart 2.0.
- fix: Remove illegal chars from generated domain words
- Added food generator, includes restaurants, dishes and cuisines
- fix: Type faker constant to Faker
- Added support for guids
- Added fromPatternToHex method that generates a random set of numbers
from a given pattern and return it as hex