タイマーを設定で変更できるようにした。現在地ボタンの長押しおよびドロワーへの設定ボタンの追加

This commit is contained in:
2024-04-26 18:44:22 +09:00
parent b9c641954d
commit 72267f29bb
9 changed files with 191 additions and 38 deletions

View File

@ -26,4 +26,5 @@ abstract class Routes {
static const PROGRESS = '/progress';
static const HISTORY = '/history';
static const GPS = '/gp';
static const SETTINGS = '/settings';
}