lexical_sort 1.0.1 copy "lexical_sort: ^1.0.1" to clipboard
lexical_sort: ^1.0.1 copied to clipboard

Lexicographic and natural sort comparators for Dart, ported from the lexical_sort Rust crate.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lexical_sort

With Flutter:

 $ flutter pub add lexical_sort

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  lexical_sort: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lexical_sort/lexical_sort.dart';
0
likes
160
points
5
downloads

Documentation

API reference

Publisher

verified publisherganeshrvel.com

Weekly Downloads

Lexicographic and natural sort comparators for Dart, ported from the lexical_sort Rust crate.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

any_ascii, option_result

More

Packages that depend on lexical_sort