horus

Last updated:

0 purchases

horus Image
horus Images
Add to Cart

Description:

horus

Horus #
Modular Dart Utilities


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
copied to clipboard
// all array functions start with arr
// for exmaple arrFirst

[1, 2, 3].arrFirst(); // 1
copied to clipboard
// 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
copied to clipboard
🐛 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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.