flutter_simple_calculator 2.0.1
flutter_simple_calculator: ^2.0.1 copied to clipboard
Flutter widget that provides simple calculator. You can easily integrate a calculator to your apps.
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.