added GPS feature

This commit is contained in:
2023-10-31 14:12:48 +05:30
parent 0508c50b97
commit 7412d1e074
9 changed files with 352 additions and 59 deletions

View File

@ -25,4 +25,5 @@ abstract class Routes {
static const CAMERA_PAGE = '/camera_page';
static const PROGRESS = '/progress';
static const HISTORY = '/history';
static const GPS = '/gp';
}