dart_extend 0.0.4 dart_extend: ^0.0.4 copied to clipboard
A dart pakage with many diffrent method to fasten up your coding.
[0.0.4] - 10/14/2022 #
Add new Generator class
Genrator class with many new methods
[0.0.3] - 10/08/2022 #
isNull
return bool check if the given value is null or notisemail
- A good use-case will be in textfeild validation to validate emails.isNum
- Checks if string is an numeric.removeduplicates
- Cremove duplicates from your list.ordinal
- convert number into ordered form e.g 1st 2nd 55th 22thepochToDate
- return DateTime like 2022-10-07 05:41:03.162epochToTime
- return DateTime like 5:30 AM