iwaju_utils

Last updated:

0 purchases

iwaju_utils Image
iwaju_utils Images
Add to Cart

Description:

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"

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.