I have flutter project for chat - like WhatsApp- I'm using node.js with socket in server and using socket_io_client in the app, everything works good, but if the app is closed the socket doesn't work, now I want to use notifications in the app, I'm using flutter_local_notification and to let it works in background I used flutter_background, I tested this with scheduled notifications and everything was working even the app is closed, then I tried to listen to socket and show notification when any message received and everything worked good when the app is open only. I put the socket in the background but it's not working while there is no error appears.
Is Socket io client working in flutter background to implement custom notifications?
141 views Asked by alnajm At
0
There are 0 answers
Related Questions in FLUTTER
- Flutter + Dart: Editing name of a tab shows up a black screen
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- Way to get CustomPainter to track face in Camera Flutter MLKit
- flutter Null check error: did not show file and line number
- Creating multiple instances of a class with different initializing values in Flutter
- I want to paste stickers into to my TextField and to show the stickers beside the emojis
- Flutter plugin development android src not opening after opening example
- Module not found when building flutter app for IOS
- How to make barrier area interactive in flutter modal bottom sheet
- Can an RPC result be included in a Supabase select function in Flutter for Data Modeling?
- Why do I need to wait to reaccess to Firestore database even though it has already done before?
- Flutter web app on Windows -how to support mouse drag for horizontal and vertical scrolling as well as using mouse wheel
- I wrote this time displaying FLUTTER app, How can I improve it?
- Appwrite and / or Spring Boot Backend
- Flutter two_dimensional_scrollables Web app Chrome - cannot get horizontal scroll to work?
Related Questions in SOCKET.IO
- How to Socket.IO Multithreading on a Raspberry Pi?
- Error while uploading the socket io chat app
- Socket.io nodejs server .NET connection
- Getting an error in Socket.io wordle project
- User is connecting to socket.io server twice
- Using Bun+Elysia+socket.io together
- Socket.io event doesn't emitting from client itself client
- Socket.io not emitting event to node server on react native
- My socket.io web socket application is not sending data to some users
- Web RTC simple peer connection with socket.io could not be established
- socket io working fine on local environment but causes problem when run using deployed site
- rasa not responding when setting the value of session_persistence: true using socket
- open-telemetry observable gauge in js - how to access field used in observable gauge inside socket.io method
- Socket io not working during deployment on vercel
- Socket.io Deployment
Related Questions in FLUTTER-NOTIFICATION
- flutter notification custom sound not ringing is some OPPO and Huawei devices
- i have a problem with changing background color on nonfiction its changing just the icon color on leading or background icon
- Flutter_background plugin isn't displaying any notification
- Flutter local notification are skipping on IOS
- Flutter: Trigger notifications when app is terminated
- Firebase Notification comes but it's not popping up on background state. Instead of it all works
- how to change icon of initialize flutter_background_service?
- Flutter Android Notifications Problem: No activity found to launch app
- Flutter web push notification from fcm is not showing up?
- Small notification icon not showing in AndroidUsing flutter
- After Using Custom Sound in flutter Local notification package the app doesn't show notifications in terminated mode
- Notifications not working in apk release mode flutter
- One Signal V5 Template ID is null
- flutter_local_notification flutterLocalNotificationsPlugin.zonedSchedule sound custom use 2 condition
- I got this error when add awesome_notifications_fcm package
Related Questions in FLUTTER-BACKGROUND
- Flutter: Quality Loss In The Background Image
- How can I update the existing service from flutter background service?
- Flutter_background plugin isn't displaying any notification
- flutter_background_service plugin not listning to firebaseFirestore latest updates on app start
- stop flutter_background_service when app is killed flutter
- Flutter Android Failed to start foreground service
- Flutter App Crash Unexpectedly because of Flutter Background
- Flutter background location service killed by system(mostly Huawei)
- Flutter Back Button and Show Exit Confirm in Flutter App
- "FlutterJNI was detached" error when invoking MethodChannel after returning from background
- How to run dart code even when the app is terminated
- 'flutter_background_service' android-34 crash
- Background Bluetooth Device Discovery Error with flutter_bluetooth_serial and flutter_blue
- flutter_background_service_android Plugin Throws Exception in Android Devices
- can't get clipboard data in foeground
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)