From 5e69d8f90ae88280e1fe55a075f7d7b1e33b8f1a Mon Sep 17 00:00:00 2001 From: kfj001 Date: Wed, 29 Apr 2026 04:10:05 +0000 Subject: [PATCH] replaces words with emoji --- lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 3d9b037..d833a5c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -116,12 +116,12 @@ class _MainPageState extends State { children: [ ElevatedButton( onPressed: _audio.isPlaying ? null : _play, - child: const Text('Play'), + child: const Text('▶️'), ), const SizedBox(width: 12), ElevatedButton( onPressed: _audio.isPlaying ? _stop : null, - child: const Text('Stop'), + child: const Text('⏹️'), ), const SizedBox(width: 16), Text(