timelessfusionapps / smart_talk

Mobile chat application created using Flutter and Firebase
42 stars 27 forks source link

semiclon #3

Open adityapatil18 opened 11 months ago

adityapatil18 commented 11 months ago

XFile? pickedFile = await imagePicker .pickImage(source: ImageSource.gallery) .catchError((onError) { Fluttertoast.showToast(msg: onError.toString()) // semiclone not given }); In screen folder in profile_page u not given semiclone so put semilcone there

XFile? pickedFile = await imagePicker .pickImage(source: ImageSource.gallery) .catchError((onError) { Fluttertoast.showToast(msg: onError.toString()); // semiclone added });