Last updated:
0 purchases
extramethods
This package contains extra methods for String and int data which dart doesn't provide b default.
Features #
For example: You can convert first alphabet to capital
by just 'your data'.firstChatToUppercase
thats it..
Getting started #
You dont need any prior knowlegde for using this package
every function name express itself what they are doing
you just need to import the package.. haha
Usage #
CONVERTING FIRST APHABET TO UPPERCASE
'my name'.firstCharToUppercase
FIND OCCURENCE OF A WORD
'my data'.countOccurenceOfWord('your desired word to find')
Additional information #
Use this package and tell us where to imporve ..
HAPPY CODING
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.