update: set flutter_profile to 1.3.0

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

View file

@ -22,4 +22,13 @@ class ChatProfileService extends ProfileService {
}) { }) {
throw UnimplementedError(); 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 ref: 1.0.4
flutter_profile: flutter_profile:
git: git:
ref: 1.1.5 ref: 1.3.0
url: https://github.com/Iconica-Development/flutter_profile url: https://github.com/Iconica-Development/flutter_profile
dev_dependencies: dev_dependencies: