1
🌊 Stream Utilities
Stream<T>
Simulates a live
stream of data that emits up to count items with a specified interval between each emission. Ideal for testing StreamBuilder widgets.bool
Returns
true based on a specific probability chance (0.0 to 1.0). Used for simulating real-world scenarios like transient network errors.2
3
📅 Time & Date
DateTime
Generates a random
DateTime within the past daysBack (default 365 days). Useful for mock user data or post timestamps.ExtendGenerator
4
