native_natural_sort_io library

Classes

CollationLibraryLoader
Contract for resolving a platform-native ICU library and producing collation engines.
IcuAttr
ICU attribute / value constants used by CollatorBase.
IcuCollator
Contract for platform-native ICU collation engines.
LinuxCollationLoader
LinuxDelegate
WindowsCollationLoader
WindowsDelegate

Extensions

CollatorSort on IcuCollator

Typedefs

CollationCompareFn = int Function(String a, String b)
Compares a and b by collation order: negative if a sorts first, zero if collation-equal, positive if b sorts first.