flutter_simple_calculator library

Flutter widget that provides simple calculator.

Classes

CalcController
Controller for calculator.
CalculatorThemeData
Holds the color and typography values for the SimpleCalculator.
SimpleCalculator
SimpleCalculator
SimpleCalculatorState

Typedefs

CalcChanged = void Function(String? key, double? value, String? expression)
Signature for callbacks that report that the SimpleCalculator value has changed.