faker icon indicating copy to clipboard operation
faker copied to clipboard

A Kotlin and Android-ready port of the Faker ruby gem

Results 2 faker issues
Sort by recently updated
recently updated
newest added

Can the sources be included in the deployment to jitpack.io? Would be easier for IDEs to download directly from the repository. ## Great job on this project! https://jitpack.io/com/github/blocoio/faker/1.2.7/build.log ``` Build...

This code: ```kotlin Faker("de").address.streetAddress() ``` Throws an `IllegalArgumentException` with the message: `Unsupported method 'street_name' for component 'address'`. I believe it's the same for `streetName`.