at_flusort 0.0.1
at_flusort: ^0.0.1 copied to clipboard
A flexible sorting algorithm package 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