fabrik_utils 0.0.2 copy "fabrik_utils: ^0.0.2" to clipboard
fabrik_utils: ^0.0.2 copied to clipboard

A lightweight utility toolkit for real-world Flutter apps. Includes DateTime and String extensions, debounce/throttle, and more.

0.0.1 #

  • DateTime extensions (isToday, isWeekend, timeAgo, etc.)
  • String casing system (FabrikCasing) and extensions (camelCase, titleCase, snakeCase, etc.)
  • capitalizeFirst and isNullOrBlank for smart string handling
  • Duration formatters:
    • formatDuration (HH:mm:ss or mm:ss)
    • splitDuration (returns hours, minutes, seconds as strings)
  • Debounce and Throttle classes with stream-based Status updates
  • Scroll utility: isApproachingScrollEnd()

0.0.2 #

  • Updated dart and packages
2
likes
160
points
24
downloads

Publisher

verified publisherfabriktool.com

Weekly Downloads

A lightweight utility toolkit for real-world Flutter apps. Includes DateTime and String extensions, debounce/throttle, and more.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on fabrik_utils