dart user service, dependency injection with riverpod

This commit is contained in:
2025-01-01 12:05:39 +00:00
parent cf3c34fb2f
commit bdd4042cef
22 changed files with 502 additions and 115 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ class User {
final String id;
final String name;
final String email;
final String password;
final String? password;
User({
required this.id,