🐛 Fix solver issue on (x+3)^2-(1-2x)^2=0

This commit is contained in:
2025-09-13 13:32:53 +08:00
parent 6e444f46fb
commit b420ccca47
2 changed files with 60 additions and 26 deletions

View File

@@ -300,6 +300,15 @@ class _CalculatorHomePageState extends State<CalculatorHomePage> {
),
),
),
Expanded(
child: Tooltip(
message: '未知数二号',
child: FilledButton.tonal(
onPressed: () => _insertSymbol('y'),
child: Text('y', style: GoogleFonts.robotoMono()),
),
),
),
],
),
const SizedBox(height: 8),