This commit is contained in:
Felipe
2024-02-19 18:16:51 -05:00
parent 9e6f76e309
commit 997c6047bb
34 changed files with 1235 additions and 594 deletions
@@ -60,11 +60,3 @@ class MyUser extends Equatable {
@override
List<Object?> get props => [id, email, name, picture];
}
// final String name;
// final String city;
// final String? profession;
// final String? state;
// final Reference? photo;
// final int? tarifa;
// final String? phoneNumber;
// final String? token;