Releases: lucas-marianno/flutter_algorithm_visualizer
Releases · lucas-marianno/flutter_algorithm_visualizer
Version 0.8.0+2
Version 0.8.0+2
Now available on Play Store
Features
Responsive UI
- UI is now fully responsive and well adapted to different screen and font sizes.
UI/UX
- Sorting array now displays up to 999 elements.
- Quantity slider now acepts manual (typed) input.
- New sorting speed added (10x faster).
Improved algorithm descriptions
- Algorithm overview
- Usage
- More descriptive time complexity
- Step-by-step algorithm description
- Implementations in
Dart
Performance
- Calls to
setState
reduced. Specially infast
andinstant
sorting speeds.
Bugfix
Some algorithms weren't rendering the last operation:
- Shell Sort
- Insertion Sort
App official release
- Privacy policy added
- App signed
Screenshots
Version 0.6.0
Features
New sorting algorithms + respective info pages
- Radix Sort
- Gnome Sort
- Bitonic Sort
- Bitonic Sort (parallel)
- Cocktail Shaker Sort
Animations
- New animation for Shuffle
- New animation for Reverse
UI/UX
- Sorting array now displays up to 500 elements
- No. of elements now shows on OSD
Dev
- App name changed
- App icon added
Full Changelog: v0.5.0...v0.6.0