bill_sorting_algorithm

Last updated:

0 purchases

bill_sorting_algorithm Image
bill_sorting_algorithm Images
Add to Cart

Description:

bill sorting algorithm

Features #
You can use this package to sort lists. Currently this package provides sorting only list with dates.
Getting started #
Just add this package to your pubspec.yaml, read the usage and you are good to go
Usage #
Sort every list with dates in ascending order,
simply create an instance of SortList and add the sortByDate() Function to it.
List<String> exampleList = [
'12.05.2022',
'13.05.2022',
'14.05.2022',
'15.05.2022'
];
SortList list = SortList(exampleList);
print(list.sortByDate());
copied to clipboard
Additional information #
Additional Information about future sorting algorithms will be released here.

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.