Sorting Package

This is a Flutter package that allows you to sort files by name and date.

Features

  • Sort files by their names
  • Sort files by their creation or modification dates
  • Supports both ascending and descending orders

Getting started

To use this package, add sorting as a dependency in your pubspec.yaml file.

dependencies:
  flutter:
    sdk: flutter
  sorting: ^0.0.1  # use the latest version

Libraries

sorting