mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 10:53:51 +02:00
Merge pull request #54 from Iconica-Development/update/flutter_profile
update/flutter profile to 1.3.0
This commit is contained in:
commit
3c9ddbdf3d
2 changed files with 10 additions and 1 deletions
|
@ -22,4 +22,13 @@ class ChatProfileService extends ProfileService {
|
||||||
}) {
|
}) {
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
FutureOr<bool> changePassword(
|
||||||
|
BuildContext context,
|
||||||
|
String currentPassword,
|
||||||
|
String newPassword,
|
||||||
|
) {
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue