This commit is contained in:
toly
2023-10-30 16:12:23 +08:00
parent a1a70fae78
commit 8ef81ddb33
64 changed files with 6856 additions and 171 deletions

View File

@@ -0,0 +1,12 @@
// import 'route_history.dart';
//
// class RouteHistoryManager{
// final List<RouteHistory> _histories = [];
// final List<RouteHistory> _backHistories = [];
//
// List<RouteHistory> get histories => _histories.reversed.toList();
//
// bool get hasHistory => _histories.length > 1;
//
// bool get hasBackHistory => _backHistories.isNotEmpty;
// }