at_flusort 0.0.3
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