update: set flutter_profile to 1.3.0

This commit is contained in:
Vick Top 2024-03-12 15:27:35 +01:00
parent baefa03a94
commit 6600a84781
2 changed files with 10 additions and 1 deletions

View file

@ -22,4 +22,13 @@ class ChatProfileService extends ProfileService {
}) {
throw UnimplementedError();
}
@override
FutureOr<bool> changePassword(
BuildContext context,
String currentPassword,
String newPassword,
) {
throw UnimplementedError();
}
}

View file

@ -28,7 +28,7 @@ dependencies:
ref: 1.0.4
flutter_profile:
git:
ref: 1.1.5
ref: 1.3.0
url: https://github.com/Iconica-Development/flutter_profile
dev_dependencies: