unsure 0.3.0
unsure: ^0.3.0 copied to clipboard
An easy to use probabilistic notation, and a package that can parse it and calculate with it.
0.3.0 #
- Introduce variables: a formula can point to a previously parsed formula
- Add
%,KandMpostfixes (for things like20%,20~30K, and so on) - BREAKING: you now have to instantiate a
FormulaParserbefore parsing formulas. This is to allow the parser to recognize variables. - BREAKING:
xandXno longer work for multiplication, to avoid confusion with variables (which are often named something likex) - Allow using unicode symbols for multiplication (×, ·) and division (÷)
- Weed out
dynamicfrom the code
0.2.0 #
- Migrate to null safety
0.1.2 #
- Allow installing
unsurewithpub global activate unsure - Fix crash if the CLI
unsuretool is called without a formula
0.1.1 #
- Loosened Dart SDK constraints
- Wrote a better description for the package
0.1.0 #
- Initial version