Simplified Sorting in Flutter
1 min readDec 28, 2019
Today I released an updated version 1.1.0 of the supercharged package for Flutter focusing on sorting lists.
The supercharged implemention of sorting now allows you sort data inside your processing flow:
You can use sorting by simply passing the value using either
sortedByNum
for numeric values, orsortedByString
for character values.
For more complex sorting scenarios you can use the generic sortedBy function with aComparator
.
Also take a look on other comfort features at https://pub.dev/packages/supercharged