placeholder_utils 0.0.1 icon indicating copy to clipboard operation
placeholder_utils: ^0.0.1 copied to clipboard

A plugin to provide useful tools for developers in the development process.

placeholder_utils #

Build Status

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

Current Features #

  • Generating lorem ipsum
loremIpsum(
    paragraphs: 1,
    words: 10,
    initWithLorem: true
    );

You also can delay the return by calling futureLoremIpsum() by passing a duration.

  • Generating random bool value
getRandomBool();

You also can delay the return by calling getFutureBool() by passing a duration.

  • Generate either double or int
getDoubleOrInt(number = 1);
2
likes
130
pub points
13%
popularity

Publisher

verified publisher iconalpr.dev

A plugin to provide useful tools for developers in the development process.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on placeholder_utils