💄 Solver better delta calc

This commit is contained in:
2025-09-13 13:43:51 +08:00
parent 0b2e7242b7
commit 65c595461d
3 changed files with 50 additions and 4 deletions

View File

@@ -287,7 +287,7 @@ class _CalculatorHomePageState extends State<CalculatorHomePage> {
message: '平方',
child: FilledButton.tonal(
onPressed: () => _insertSymbol('^2'),
child: Text('^2', style: GoogleFonts.robotoMono()),
child: Text('²', style: GoogleFonts.robotoMono()),
),
),
),