1
🌊 Stream Utilities
Simulates a live
stream of data that emits up to count items with a specified interval between each emission. Ideal for testing StreamBuilder widgets.Returns
true based on a specific probability chance (0.0 to 1.0). Used for simulating real-world scenarios like transient network errors.2
🆔 Identifiers & Finance
3
📅 Time & Date
Generates a random
DateTime within the past daysBack (default 365 days). Useful for mock user data or post timestamps.ExtendGenerator
4
🎨 General Data
Generates a random, fully opaque (
alpha=255) color. Ideal for visual debugging and distinguishing containers.Generates a mock email address using a random username and common domain names.
Retrieves the current text content from the system clipboard.
