feat: Enhance group and trip management with group creation and account linking
NOT FUNCTIONNAL
This commit is contained in:
@@ -21,7 +21,6 @@ class TripLoaded extends TripState {
|
||||
List<Object?> get props => [trips];
|
||||
}
|
||||
|
||||
// NOUVEAU : État pour indiquer qu'un voyage a été créé avec succès
|
||||
class TripCreated extends TripState {
|
||||
final String tripId;
|
||||
final String message;
|
||||
|
||||
Reference in New Issue
Block a user