at_flusort 0.0.3 copy "at_flusort: ^0.0.3" to clipboard
at_flusort: ^0.0.3 copied to clipboard

A supporting package providing sorting algorithms for usages in Flutter.

0.0.1 #

  • Initial release of at_flusort.
  • Implemented sorting algorithms:
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
    • Heap Sort
    • Radix Sort
    • Bucket Sort
  • Supports generic types: int, double, String, DateTime, Color, custom classes (e.g. Firebase Document, Coordinate, etc.)

0.0.2 #

  • Add Readme note
  • Add importing feature for usages

0.0.3 #

  • Add examples
  • Update Readme.md
  • Update formats of .dart files
1
likes
150
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A supporting package providing sorting algorithms for usages in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on at_flusort