Last updated:
0 purchases
iwaju utils
This package contains utilities methods
Features #
This package contains methods for converting date to string, string to dates, random methods to get list of data for listview when prototyping
Getting started #
Use the class Utils with static methods like convertDateToStr,
convertStrToDate and getRandomListViewData
Usage #
const String dateConverted = Utils.convertDateToStr(dateObject);
const Date dateParsed = Utils.convertStrToDate(stringLikeDate);
const List<Proverb> dataList = Utils.getRandomListViewdata(();
copied to clipboard
Additional information #
The method getRandomListViewdata will return random list of proverbs, in a form of list of type Proverb
"iwaju_utils"
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.