Merge pull request #54 from Iconica-Development/update/flutter_profile

update/flutter profile to 1.3.0
This commit is contained in:
Freek van de Ven 2024-03-14 14:04:57 +01:00 committed by GitHub
commit 3c9ddbdf3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: