Настройки, авторизация

This commit is contained in:
Халимов Рустам
2026-05-14 12:06:34 +03:00
parent e8161d23d4
commit ccffc5a53c
41 changed files with 2556 additions and 1375 deletions
@@ -1,7 +1,7 @@
import 'package:freezed_annotation/freezed_annotation.dart';
part 'user.freezed.dart';
// part 'user.g.dart';
part 'user.g.dart';
@freezed
class User with _$User {
@@ -15,5 +15,5 @@ class User with _$User {
bool? isOnline,
}) = _User;
// factory User.fromJson(Map<String, dynamic> json) => _$UserFromJson(json);
factory User.fromJson(Map<String, dynamic> json) => _$UserFromJson(json);
}