skip to Main Content

Error while trying to look at the StreamChat example (Flutter)

Get java version from JAVA_HOME: C:Program FilesAndroidAndroid Studio1jbr The photo_manager java version is 17 ../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/photo_manager-2.8.1/lib/src/internal/image_provider.dart:71:5: Error: Type 'DecoderCallback' not found. DecoderCallback decode, // ignore: deprecated_member_use ^^^^^^^^^^^^^^^ ../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/photo_manager-2.8.1/lib/src/internal/image_provider.dart:96:5: Error: Type 'DecoderCallback' not found. DecoderCallback decode, // ignore: deprecated_member_use ^^^^^^^^^^^^^^^ ../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/photo_manager-2.8.1/lib/src/internal/image_provider.dart:71:5: Error:…

VIEW QUESTION

How to show stream chat notification background using FirebaseMessaging.onBackgroundMessage – Flutter

I'm using stream chat for my app's chat functionality. In which I'm implementing notification. So when I'm receiving notification in background FirebaseMessaging.onBackgroundMessage(firebaseMessagingBackgroundHandler); Above is the function which I call in main.dart. Below is the handler of background message. Future<void> firebaseMessagingBackgroundHandler(RemoteMessage…

VIEW QUESTION

Android Studio – compose lazy gridcells not resolving correctly in a read-only file

Required: androidx.compose.foundation.lazy.GridCells Found: androidx.compose.foundation.lazy.grid.GridCells for use with ReactionsPicker... a file from Stream Chat library ReactionsPicker call is in MessagesActivity ''' is SelectedMessageReactionsPickerState -> { val gcells=GridCells.Fixed(5) // I added this. cells is defined in file ReactionsPicker( cells= gcells, modifier =…

VIEW QUESTION
Back To Top
Search