mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
update: set flutter_profile to 1.3.0
This commit is contained in:
parent
baefa03a94
commit
6600a84781
2 changed files with 10 additions and 1 deletions
|
@ -22,4 +22,13 @@ class ChatProfileService extends ProfileService {
|
|||
}) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
FutureOr<bool> changePassword(
|
||||
BuildContext context,
|
||||
String currentPassword,
|
||||
String newPassword,
|
||||
) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue