Features
- This package serves to alphabetically sort the string lists containing Turkish characters.
- You can also compare 2 string may contains Turkish characters.
Usage
- Add compare_turkish_letter dependency to your pubspec file.
- Add import line to where you want to use it.
- import 'package:compare_turkish_letter/compare_turkish_letter.dart';
- You can use this package like this
- CompareTurkishLetter.sortTurkishLetterList(listToOrder);