horus 1.0.0 copy "horus: ^1.0.0" to clipboard
horus: ^1.0.0 copied to clipboard

Modular Dart Utilities.

Build

Horus #

Modular Dart Utilities

Build


Who am i? #

I am a utility package that focuses on getting daily works done.

What can i do? #

I can help you get your task done quickly by giving a hand with strings , array, and object manipulation, also providing some helper function in different areas.

Usage #


// all string functions start with str
// for exmaple strContains

'Horus'.strContains(s); // true
'Horus'.strContains(e); // false
// all array functions start with arr
// for exmaple arrFirst

[1, 2, 3].arrFirst(); // 1
// the package include some Num and Date function as well feel free to check the files  'numbers.dart && date.dart'

1000.abbreviate(), //'1.0K'

isLeapYear(2020) // true

🐛 Bugs/Requests #


If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull requests are also welcome.

⭐ License #


MIT License