Seprate calculate, 反比例函数

This commit is contained in:
2025-09-14 17:37:45 +08:00
parent a1d4400455
commit 91bb1f77ba
4 changed files with 176 additions and 32 deletions

View File

@@ -146,10 +146,6 @@ class _CalculatorHomePageState extends State<CalculatorHomePage> {
floatingLabelAlignment: FloatingLabelAlignment.center,
hintText: '例如: 2x^2 - 8x + 6 = 0',
),
keyboardType: TextInputType.numberWithOptions(
signed: true,
decimal: true,
),
onSubmitted: (_) => _solveEquation(),
),
),