alphanum_comparator 1.0.0 copy "alphanum_comparator: ^1.0.0" to clipboard
alphanum_comparator: ^1.0.0 copied to clipboard

outdated

Porting of "The Alphanum Algorithm" in Dart, used to sort string lists alphanumerically. The complete description of the algorithm can be found here https://github.com/quantosapplications/dart_alphanu [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alphanum_comparator

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

dependencies:
  alphanum_comparator: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:alphanum_comparator/alphanum_comparator.dart';
10
likes
0
points
1.31k
downloads

Publisher

verified publisherquantos.it

Weekly Downloads

Porting of "The Alphanum Algorithm" in Dart, used to sort string lists alphanumerically. The complete description of the algorithm can be found here https://github.com/quantosapplications/dart_alphanum_comparator

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on alphanum_comparator