Korbinian Habereder
Korbinian Habereder
Hey @Bharavi26, @nhimrmh I used port communication between the isolates: ```dart fcmBackgroundHandler() async { ... ReceivePort receiver = ReceivePort(); IsolateNameServer.registerPortWithName(receiver.sendPort, portName); receiver.listen((message) async { if (message == "stop") { await...
Had the same problem and it really seems to be related to the flatpak version. deb package also worked for me, though running Pop_OS 20.04.
Hey @andrewmd5 Author of the package here. It was just an experiment to see if I could get bebop to run in python. @zurgeg the flag was intended to be...
@andrewmd5 I also updated the homepage to my fork for now. When the PR is merged I would hand over the package to you guys :D
@andrewmd5 [PR](https://github.com/betwixt-labs/bebop/pull/282) is out!
Hey @Alezhka could you provide a working example with FCM? Cause when I try to show the notification I just get this exception: ``` Unhandled Exception: PlatformException(not_configured, Not configured, null,...
I can second this. When will the fix of @Neizvestnyj be merged @HeaTTheatR ?
@vaind I want to implement relations and have a few questions: - when I add a Property with `PropertyType.Relation` and execute the example I get following error: ``` objectbox.c.CoreException: 10501...
I've created a PR to discuss this further
I still get the same error but creating the `Person` instance, setting props and then adding to box works perfectly fine