flutter_simple_calculator 2.4.0
flutter_simple_calculator: ^2.4.0 copied to clipboard
Flutter widget that provides simple calculator. You can easily integrate a calculator to your apps.
2.4.0 #
- Add
equalColor
andequalStyle
2.3.0 #
- Use math_expressions instead of expressions
2.2.5 #
- Update packages
2.2.4 #
- Fixed an issue where keyboard operations would not work.
2.2.3 #
- Update packages and dependencies to support Flutter 3.7.0.
2.2.2 #
- Exported CalcController.
2.2.1 #
- Removed warnings about bindings.
2.2.0 #
- Added focusNode property.
2.1.0 #
- Supports hardware keyboard.
2.0.1 #
- Adopt flutter_lints, update runners
2.0.0+1 #
- Updated docs.
2.0.0 #
- Updated libraries and example.
2.0.0-nullsafety.1 #
- Fixed the default text color.
2.0.0-nullsafety.0 #
- Null safety migration
1.0.4 #
- Added
CalcController
.
1.0.3 #
- Added
SimpleCalculator.onTappedDisplay
.
1.0.2 #
- Changed default colors for dark theme.
- Updated library version.
1.0.1 #
- Added
SimpleCalculator.hideSurroundingBorder
. - Added
CalculatorThemeData.borderWidth
. - Fixed a state related issue.
1.0.0 #
- First Release.