placeholder_utils

Last updated:

0 purchases

placeholder_utils Image
placeholder_utils Images
Add to Cart

Description:

placeholder utils

placeholder_utils #



A set of functions and widgets to help people on development process.
Current Features #

Generating lorem ipsum

loremIpsum(
paragraphs: 1,
words: 10,
initWithLorem: true
);
copied to clipboard
You also can delay the return by calling futureLoremIpsum() by passing a duration.

Generating random bool value

getRandomBool();
copied to clipboard
You also can delay the return by calling getFutureBool() by passing a duration.

Generate either double or int

getDoubleOrInt(number = 1);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.