Merge branch 'main' into develop

This commit is contained in:
Salvatore Giordano
2021-07-19 16:36:10 +02:00
committed by GitHub
4 changed files with 30 additions and 15 deletions
@@ -27,8 +27,8 @@ class ProfileVerifyCubit extends Cubit<ProfileState> {
final ProfileSignInUseCase _profileSignInUseCase;
void startChatting() async {
emit(ProfileState(null, loading: true));
final file = state.file;
emit(ProfileState(file, loading: true));
final name = nameController.text;
await _profileSignInUseCase.verify(ProfileInput(
imageFile: file,
-12
View File
@@ -29,18 +29,6 @@ dependencies:
lottie: ^1.0.1
collection: ^1.15.0-nullsafety.4
dependency_overrides:
stream_chat:
git:
url: https://github.com/GetStream/stream-chat-flutter.git
ref: develop
path: packages/stream_chat
stream_chat_flutter_core:
git:
url: https://github.com/GetStream/stream-chat-flutter.git
ref: develop
path: packages/stream_chat_flutter_core
dev_dependencies:
flutter_launcher_icons: ^0.9.0
test: any