Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 467 Bytes

Features

  • This package serves to alphabetically sort the string lists containing Turkish characters.
  • You can also compare 2 string may contains Turkish characters.

Usage

  1. Add compare_turkish_letter dependency to your pubspec file.
  2. Add import line to where you want to use it.
    • import 'package:compare_turkish_letter/compare_turkish_letter.dart';
  3. You can use this package like this
    • CompareTurkishLetter.sortTurkishLetterList(listToOrder);