Implement data sync and cleanup

This commit is contained in:
2026-01-09 13:48:38 -06:00
parent dc6bcad83f
commit d28898cb81
12 changed files with 596 additions and 50 deletions

18
backend/pubspec.yaml Normal file
View File

@@ -0,0 +1,18 @@
name: tracker_backend
description: A simple backend for Tracker sync.
version: 1.0.0
publish_to: "none"
environment:
sdk: ^3.5.0
dependencies:
shelf: ^1.4.1
shelf_router: ^1.1.4
sqlite3: ^2.4.0
path: ^1.8.3
uuid: ^4.0.0
crypto: ^3.0.3
dev_dependencies:
lints: ^2.1.1