Create UI for trip that the User is into.

This commit is contained in:
Van Leemput Dayron
2025-10-04 12:36:28 +02:00
parent ad9393a925
commit 6aaf2406b3
4 changed files with 375 additions and 27 deletions

View File

@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import '../models/user.dart';
import '../services/user_service.dart';
import 'package:provider/provider.dart';
import '../providers/user_provider.dart';