at_logo  at_flusort

Pub Version Platform License GitHub Stars

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