at_flusort 0.0.2
at_flusort: ^0.0.2 copied to clipboard
A flexible supporting package providing sorting algorithms for Flutter and Dart.
at_flusort
A lightweight and extensible sorting algorithm package for Dart and Flutter — designed for learning, teaching, and practical usage.
🌟 Features #
-
Includes popular sorting algorithms:
- 🛁 Bubble Sort
- 🔍 Selection Sort
- ✋ Insertion Sort
- 🧩 Merge Sort
- ⚡ Quick Sort
- 🔺 Heap Sort
- ....
-
Ready to use in Dart or Flutter projects
🚀 Getting Started #
Add the package to your pubspec.yaml:
dependencies:
at_flusort: ^1.0.0