flutter_decision_making 1.1.2
flutter_decision_making: ^1.1.2 copied to clipboard
Flutter package for multi-criteria decision-making using AHP, SAW, and TOPSIS algorithms.
1.0.0 #
- Flutter Decision Making with AHP algorithm initial release.
1.0.1 #
chore:
- Provide documentation
- Pass static analysis
- update README.md
1.0.2 #
update docs
1.0.3 #
- update preference value: only return integer
- update README.md
- feature to reset all internal data and results to initial state
1.0.4 #
- updated README with development note about upcoming support for SAW, TOPSIS, and other algorithms.
- Improved package description in pubspec.yaml to reflect ongoing development and future feature additions.
1.0.5 #
1.0.6 #
Updated #
- update README.md
- Refactored AHP feature for improved maintainability and performance
- On mobile and desktop platforms, replaced compute with Isolate.spawn for heavy processing tasks:
generateResultPairwiseMatrixCriteriagenerateResultPairwiseMatrixAlternativecalculateEigenVectorCriteriacalculateEigenVectorAlternativecheckConsistencyRatioahpFinalScore