Onur Yağcı

Results 3 comments of Onur Yağcı

I had the same issue. It was working fine in the demo app but the button stopped working when I added it to my own app. After a lot of...

Hi @x401om I test it on demo app now. background_service.dart ```dart import 'dart:io'; import 'dart:async'; import 'package:flutter/material.dart'; import 'package:device_info_plus/device_info_plus.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:flutter_background_service/flutter_background_service.dart'; Future initializeBackgroundService() async { final service =...

Btw it giving this log W/FlutterJNI(32063): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: flutter.adapty.com/adapty. Response ID: 12 on...