date_sorting_algorithm 0.0.1 copy "date_sorting_algorithm: ^0.0.1" to clipboard
date_sorting_algorithm: ^0.0.1 copied to clipboard

A Flutter package to sort a list of dates in a specific format.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add date_sorting_algorithm

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

dependencies:
  date_sorting_algorithm: ^0.0.1

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:date_sorting_algorithm/date_sorting_algorithm.dart';
0
likes
130
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to sort a list of dates in a specific format.

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on date_sorting_algorithm