flutter_dynamic_calculator library

Flutter widget that provides dynamic calculator.

Classes

CalculatorTheme
Holds the color and typography values for the DynamicCalculator.
DynamicCalculator
DynamicCalculator
DynamicCalculatorState

Typedefs

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