dart_extend 1.0.7 dart_extend: ^1.0.7 copied to clipboard
Dart Extend provides a variety of dart methods and classes so you can write better and clean app functionality
[1.0.6] - 10/14/2022 #
Update Fluter version
[1.0.5] - 10/14/2022 #
Update Fluter version
[0.0.5] - 10/14/2022 #
Add more methods in Generator class
[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