UbaidBodla
UbaidBodla
I want to send notification-messages of certain app from my mobile by telegram bot and my app should remain open in background. I use **notifications: ^2.0.1** to listen notification from...
**When i use to listen notification it send me this exception** Device: Android My Code is ``` import 'dart:async'; import 'package:notifications/notifications.dart'; import 'package:flutter/material.dart'; import 'package:flutter_background_service/flutter_background_service.dart'; import 'package:teledart/teledart.dart'; import 'package:teledart/telegram.dart'; void...
**Remember to specify the plugin name in the title!** Android android 10 1st time it works fine but after that when i run it give me error like **Failed to...
**App crash after some time (after 2,3 minutes )don't know why after screen lock** basically, I want to send msg by the telegram bot when I found a notification from...
Give an error when i use **notifications: ^2.0.1 ** with it the exception is MissingPluginException(No implementation found for method listen on channel notifications) But in others app when in use...