feat(wip): implement trip persistence through a local repository. Include loaded trips in the start page UI

This commit is contained in:
2025-12-30 00:51:40 +01:00
parent 81ed2fd8c3
commit 014b48591e
28 changed files with 2395 additions and 387 deletions

View File

@@ -744,6 +744,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.0"
map_launcher:
dependency: "direct main"
description:
name: map_launcher
sha256: "39af937533f3d9af306357c28546ded909a0f81c76097e118724df4d0713d2f2"
url: "https://pub.dev"
source: hosted
version: "4.4.2"
markdown:
dependency: transitive
description:
@@ -1502,5 +1510,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.8.0 <4.0.0"
dart: ">=3.8.1 <4.0.0"
flutter: ">=3.32.0"