- Use math_expressions instead of expressions
- Update packages
- Fixed an issue where keyboard operations would not work.
- Update packages and dependencies to support Flutter 3.7.0.
- Exported CalcController.
- Removed warnings about bindings.
- Added focusNode property.
- Supports hardware keyboard.
- Adopt flutter_lints, update runners
- Updated docs.
- Updated libraries and example.
- Fixed the default text color.
- Null safety migration
- Added
CalcController
.
- Added
SimpleCalculator.onTappedDisplay
.
- Changed default colors for dark theme.
- Updated library version.
- Added
SimpleCalculator.hideSurroundingBorder
. - Added
CalculatorThemeData.borderWidth
. - Fixed a state related issue.
- First Release.